> In Firefox everything looks right but in IE the lists are completely jumbled 
> up. Any ideas why this is happening? 

I see that you have 

ul.left
{
float: left;
}

perhaps the list items are inheriting this property also, so try adding

ul.left li
{
float: none;
}


Just a though
-Justin
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to