[jQuery] Re: Superfish Navbar wrapping too soon

2009-07-08 Thread Ryan Ross
Thanks Charlie, I adjusted the .sf-navbar li ul width to 60em. Originally it was 84, and extended the page when hovering, causing the body background to move since it was centered, and the page was increasing in width. On Jul 8, 12:52 pm, Charlie wrote: > Ryan, > was looking at this just befor

[jQuery] Re: Superfish Navbar wrapping too soon

2009-07-08 Thread Ryan Ross
I figured it out (sorta) .sf-navbar li ul { /*width:44em; /*IE6 soils itself without this*/ width: 84em; } I changed the width in ems to a larger number just to see what it would do, turns out it provided enough space for the entire sub me