|
IE drops elements below others when it has no room, or rather it *thinks* is doesn't have room. IE is notoriously bad when layouts are extremely tight and you need to give it a few pixes of breathing room.
IE6 also doesn't support the :hover pseudo-class on anything but the <a> tag w/o using some scripting.
You also need to know that neither your #outer-wrapper or your #container are "wrapping" the contents as you intended. This happens when you don't clear your floats.
Your #menuholder isn't 'holding' the menu either, and for the same reason - no clearing on the floats.
It would also be better to use an unordered list for the menu rather than all those divs.
__________________
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-21-2008 at 11:16 AM..
|