[jQuery] Re: Superfish - Evenly spread menu through entire width of ul

2008-08-27 Thread Guy Fraser
Ara wrote: Quick question (hopefully quick). I'm trying to use superfish to create a nav bar style menu, this all works as advertised, however I've set the width of the ul to be 960px, I'd like all the li's to spread evenly through the entire 960px. The default behavior is squished to the

[jQuery] Re: Superfish - Evenly spread menu through entire width of ul

2008-08-27 Thread Joel Birch
Actually, sorry Guy, but that is not what Supersubs does. Joel Birch.

[jQuery] Re: Superfish - Evenly spread menu through entire width of ul

2008-08-26 Thread Joel Birch
Hello, If for example you have 5 main menu items, you could set the top level li elements to width:20% (or an equivalent pixel measurement) so that the anchors, being display:block, expand to fill their li parent. You may also want to set text-align:center on those anchors. Good luck. Joel