If someone would be so kind, could you tell me why this works the way I want it to in IE - but messes up so badly in FF ?? ... odd, because I know it should be the other way around
FF ignores the background color I set - ignores the padding I set - and ignores the border I set (simply doesn't display anything) .. it adds padding when I specifically set the padding to 0 ... please tell me why before I throw my computer out the window
http://rickysims.com/css-test/test1c.htm
I appreciate any advice or help you're able to give.Code:body { background: #bfadad; text-align: center; margin: 0px; padding: 0px; } #outerContainer { background: #FFFFFF; width: 100%; margin: auto; text-align: center; } #mainHeader { height: 75px; background: #777777; } #innerContainer { background: #EEEEEE; width: 750px; margin: auto; margin-top: 0px; padding: 0px; text-align: left; border-left: 1px solid #000000; border-right: 1px solid #000000; } #mainContent { width: 600px; float: left; margin: 0px; padding: 0px; } #sidebarRight { width: 150px; height: 100%; float: left; margin: 0px; padding: 0px; } #mainFooter { background: #777777; text-align: center; height: 50px; clear: both; }
Cheers






Bookmarks