[jQuery] Re: Superfish jQuery menu plugin RTL support

2009-11-29 Thread Vlad Shapiro
Seriously no one can help??? On Nov 28, 12:42 pm, Vlad Shapiro craft...@gmail.com wrote: Thank you Charlie, I'm terribly sorry for the confusion, I'm working on the nav-bar menu not the vertical style, the link for the vertical example was to maybe give a direction for the solution, the

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

[jQuery] Re: Superfish jQuery menu plugin RTL support

2009-11-28 Thread Vlad Shapiro
Thank you Charlie, I'm terribly sorry for the confusion, I'm working on the nav-bar menu not the vertical style, the link for the vertical example was to maybe give a direction for the solution, the nav-bar is still not working, I spent over a week on this already. Any Ideas? On 28 נובמבר,

[jQuery] Re: Superfish jQuery menu plugin RTL support

2009-11-27 Thread Vlad Shapiro
Charlie, I did tried that, it's not so simple, the float change the direction of the lists but not the location. Anyone have the actual working thing? I have this example for vertical RTL Superfish: http:2tbsp.com/node/114 Maybe it will help, Thanks again. On 26 נובמבר, 20:40, Charlie

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 */ top: 0; }