HelP! Major IE Problems
-
Well I just redid some parts of my site (mainly the header/splitting it up into 3 parts so I could have a rotating image on the left without having the browser reload the entire image everytime). Now the top part looks completely messed up in Internet explorer.
[Moderated: Link to sitehttp://www.basketball2k.com/site/]
Any help would be appreciated!Here’s some css
#headerimg {height: 275px; width: 100%; width: 760px; text-align: center; background: #eee;}#headerleft {height: 186px; width: 174px; text-align: center; background: url("http://basketball2k.com/images/kobeheaderbg.jpg") no-repeat top; float: left;}
#headerright {height: 186px; width: 586px; text-align: center; background: url("http://basketball2k.com/images/headerrightbg.png") no-repeat top; margin-left: 174px; max-width: 586px;}
#headermenu {height: 89px; width: 760px; text-align: center; background: url("http://basketball2k.com/images/menu2bg.png") no-repeat top; clear:both; padding-top: 35px;}
Here’s some xhtml
<div id=”headerimg”>
<div id=”headerleft”></div>
<div id=”headerright”></div>
<div id=”headermenu”></div>
</div>
The topic ‘HelP! Major IE Problems’ is closed to new replies.