this is the homepage for my site in IE7. this is NOT how I want it to look like: http://www.niftytutorials.com/jeff/homehelp1.jpg notice the ugly 9px margins in between each column. now this is EVERY other page on the site, this is how I want it to look like: http://www.niftytutorials.com/jeff/homehelp2.jpg any idea what would be causing only the homepage to display differently? FYI, in firefox every page displays right (even the homepage). thank for any help.
If you are using CCS then choose one of these: * failure to interpret the W3C "Box" model * inconsistent rendering of floating <DIV> layers * "min-width" and "max-width" issues (also "min-height" and "max-height") * little support for pseudo-classes such as :hover and :active * inconsistent interpretation of CSS hierarchy * misinterpretation of block element attributes, including: position (fixed|absolute|relatve|static) display (block|inline|table) Sounds weird with every other page though. I could only guess that you had a custom body layout and made a small mistake somewhere - at least with out some code... But my intuition tells me you are using some of the above codes snips - and IE doesnt like standards. ---> People will be able to help you more with code...