Quote:
|
I have no idea how one browser can screw something up so badly.
|
I do. You can read the laundry list of IE bugs here:
http://www.positioniseverything.net/index.php
I'm not sure where you got that dropdown menu, but there are easier ways to achieve that menu without all those conditional comments to force IE 6 to stick it into table cells. That's just way more work than is necessary. It is also the source of your problem. Once I take out all those conditional comments, your page appears, though it needs some fixing.
In IE, your container seems to contain, well, nothing, so your page appears mostly blank.
Your #outer isn't containing the right and left columns because you haven't cleared your floats.
In analyzing your code, it appears that EVERYTHING inside of #outer is stuck INSIDE #menu - which I'm sure you didn't intend. So, you have misplaced </div>s in your code, everything is nested incorrectly.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
Last edited by LadynRed; 06-01-2007 at 02:05 PM..
|