fmt1975 Posted September 14, 2012 Share Posted September 14, 2012 Hello This may be a repost but i coulnt find my last post Im trying to limit the width of the header and footer back ground on this site http://shop.futuremindtraining.co.uk the shop is a set with but the top header and footer are infinite Is there any code i could place to limit the width? Regards Paul Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted September 14, 2012 Share Posted September 14, 2012 The header of that site is already fixed at 1200px (see #page). What you might be talking about is the large background image (1280 X 250) attached to the body tag. Personally, I would remove that from the body tag and use a div. If you wish to have a fixed with footer use the following CSS #v2-footer { background: url("../img/v2-footerbg.png") repeat-x scroll left top transparent; bottom: 0; font-size: 11px; height: 142px; left: 0; margin: 0 auto; width: 1200px; } Hope that helps! Marty Shue 1 Link to comment Share on other sites More sharing options...
fmt1975 Posted September 14, 2012 Author Share Posted September 14, 2012 Perfect my friend thank you so much!!!! :) Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted September 15, 2012 Share Posted September 15, 2012 You are welcome. Glad you got it to work. Marty Shue Link to comment Share on other sites More sharing options...
Recommended Posts