Jump to content

How to set header and footer widths


Recommended Posts

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

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...