Big CSS question!

liunx

Guest
Resolved.
Thanks.

Mods, please remove. :)Resolved.Without seeing the whole page, I don't have much to go on. I Download ed the code you posted by the JS menus didn't work. The only thing I did was alter the style declaration below:

ul#nav {
background: url('/img/nav.png');
border-bottom: 1px solid #E6E6E6;
border-top: 1px solid #E6E6E6;
float: right;
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
}

There's no need to set a height for the menu, nor is there a need to position it. <voice type="hippie">Just let it flow, man.</voice> It also shouldn't be cleared. IE5-Mac has a bug where it applies the clear property to all of an elements descendents, so your menu wouldn't even float side-by-side in IE5-Mac.Resolved.
Thanks.
 
Back
Top