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 one can help???

On Nov 28, 12:42pm, 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 nav-bar is still not working, I spent over a week on this already.
Any Ideas?

On 28 , 02:18, Charlie charlie...@gmail.com wrote:



  : 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;
}
Insuperfish.js when i didRTLI 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 verticalRTLSuperfish:http:2tbsp.com/node/114Maybe it will help, Thanks again. On 26 , 20:40, Charliecharlie...@gmail.comwrote:change the LI's to float right instead of left Vlad Shapiro wrote:Ahoy! I'm trying to adjustSuperfishnav-bar stylemenuforRTL'ed Hebrew website, Example:http://users.tpg.com.au/j_birch/plugins/superfish/#sample4butnosuccess so far, maybe someone already have this solved? Any help will be most appreciated! Best regards, Vlad.
  

  
  
  





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

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.