Re: [jQuery] Re: Superfish jQuery menu plugin RTL support

2009-11-29 Thread Charlie
I've done RTL versions of the vertical and the horizontal version, but not navbar version. Both of the other are minor adjustments of float and sub ul position. Navbar shouldn't be a lot more complicated. Suggest putting a link up of what you have so far Vlad Shapiro wrote: Seriously no on

Re: [jQuery] Re: Superfish jQuery menu plugin RTL support

2009-11-27 Thread Charlie
OK, you said it was navbar style not vertical style. For vertical also have to change the absolute position of the sub ul to "right" from "left". This opens sub menus on left instead of right .sf-vertical li:hover ul, .sf-vertical li.sfHover ul {     right:    10em; /* match ul width */     to