I am having some problems getting this layout to work properly in IE (both 6 and 7). It, of course, works fine in Safari and Firefox.
What's going on here:
- I have a footer which is fixed to the bottom of the viewport, or under content - whichever is longer.
- I have a header above the content which contains a number of centered and floated block items, which is wider then the content area.
- I have a centered fixed width content area
The problems
- (Main problem) In IE7 a horizontal scroll bar appears because of the floated header.
- In IE6 the footer does not snap below content area.
Any insight would be great. Thanks.