[jQuery] Re: Looking after dropdown menu like's Superfish with RTL support

2008-10-09 Thread Mike Henke
Could I get an working example to see the changes to the css? I have been trying to get the sub menus to float left with the help from this discussion but to no success. Thanks, On Oct 3, 7:00 am, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Nitsan, you are right. I just had a quick experiment wit

[jQuery] Re: Looking after dropdown menu like's Superfish with RTL support

2008-10-03 Thread Joel Birch
Nitsan, you are right. I just had a quick experiment with Firebug using the vertical example on the Superfish documentation. It seems that if the you have 'left:10em' you need to change that to 'left:-10em' to make the submenus appear on the left side, instead of the right. Does this solve your p

[jQuery] Re: Looking after dropdown menu like's Superfish with RTL support

2008-10-03 Thread Nitsan Bin-Nun
Its not that simple, The plugin is placing the buttons with left and top properties and if you want the submenu to be opened on the left of the menu you should re-calculate those values and re-set those properties I'm not a jquery expert and I after wasting almost 5 hours on this I think I will wa

[jQuery] Re: Looking after dropdown menu like's Superfish with RTL support

2008-10-03 Thread Joel Birch
Hi Nitsan, Simply try replacing any 'left' property in the CSS to be 'right' instead. Making the arrows point left will take much more work though, so you may need to just disable them if you don't think you are up to hacking that. Joel Birch. 2008/9/30 Nitsan Bin-Nun <[EMAIL PROTECTED]>: > Hi