Ramirez homepage big problem
May 11, 2009
sarabaltazar
actually the problem is with internet explorer. All of my pages work perfectly but in ie does not work:
Entry Filed under: Web design
One Comment Add your own
Leave a Reply
Trackback this post | Subscribe to comments via RSS Feed
1.
Jenn |
May 13, 2009 at 2:17 pm
Sara
My email has been down since late last night.
I took a look at your page – this is a simple change that will fix it.
You have an ID named “MainContent” in your CSS. It appears to wrap around the bottom half of the page’s content (and other ID’s). It appears that the only use for this, is to add a tan bar above the nav bar.
For some reason, in the CSS panel, the width of “MainContent” is set to 991 px (this is too wide) and the height is set to 25 px. IE doesn’t know what to do with the content because it wont fit! So it dumps it below the Div.
If you go to the MainContent style in your CSS panel, and *delete* both the height and width values (don’t change them – delete them). This will fix your page.
You can see an example of the fix here:
http://bcts-potomac.aacc.edu/cat/cat01/Baltazarfinalproject/Baltazarfinalproject/ramirezpages/ramirezhome-JENN-test.html