|
There are no fatal validation errors, so that will not 'solve' anything.
Your floated <li> items are not being contained inside the #nav ul - you MUST CLEAR your floats. Adding overflow:auto to #nav ul will clear the floated list items.
For IE, you'll have to remove the 15px top padding on #nav ul, and you should do that by using conditional comments and a separate CSS file that contains ONLY those rules to make IE behave.
__________________
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; 04-22-2009 at 11:04 AM..
|