problem with hebrew... (version 5)

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
dekel
Advanced
Advanced
Posts: 11
Joined: Sat Dec 27, 2003 8:43 pm

problem with hebrew... (version 5)

Post by dekel »

i want the direction of the stuff inside the menu to be "rtl".
i dont want to use <html dir=rtl> or <body dir=rtl>
is there any other way of doing this ?
i tryed

Code: Select all

aI("text=îéìåðé÷;showmenu=Milonic;dir=rtl");

Code: Select all

with(menuStyle=new mm_style()){
direction="rtl";
but nothing works :(
what am i doing wrong ?
in the ver.3 you had some place i could change 0/1 (special for hebrew) what can i do in version 5 ?

thanks, Dekel
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Code: Select all

openstyle="rtl";
You put it in the menu section not the style section. Try this forum topic as Kev explains in much more detail about it.

http://milonic.com/forum/viewtopic. ... hlight=rtl

Ruth
Post Reply