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;
}

In superfish.js when i did RTL I changed :
$arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),

to

$arrow = $(['<span class="',c.arrowClass,'"></span>'].join('')),

Vlad Shapiro wrote:
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 <charlie...@gmail.com> wrote:
  
change the LI's to float right instead of left
Vlad Shapiro wrote:Ahoy! I'm trying to adjust Superfish nav-bar style menu for RTL'ed Hebrew website, Example:http://users.tpg.com.au/j_birch/plugins/superfish/#sample4but no success so far, maybe someone already have this solved? Any help will be most appreciated! Best regards, Vlad.
    

  

Reply via email to