Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:38
Right To Left...
Poster: dekel
Dated: Friday March 12 2004 - 15:46:32 GMT
my language is rtl... (hebrew)
when i put in the menu both hebrew+english i get the item as 'ltr' and not as 'rtl' although i have
Code:
openstyle="rtl";
i use this:
Code:
aI("text=ניסיון test;url=home.php;status=ניסיון test");
the 'test' show be after (in the left of) the hebrew word, but i get it at the beginning (in the right).
can i use it like this:
Code:
aI("text=ניסיון test;url=home.php;status=ניסיון test;direction=rtl");
thanks Dekel
i found a solution...
Poster: dekel
Dated: Friday March 12 2004 - 19:47:49 GMT
i change the code to:
Code:
<div dir="rtl">
<script>
with(milonic=new menuname("0")){
aI("text=ניסיון test;url=home.php;status=ניסיון test");
}
</script>
</div>
<script>
with(milonic=new menuname("0")){
aI("text=ניסיון test;url=home.php;status=ניסיון test");
}
</script>
</div>
this is the solution i've found...
anyway, please in the future add the "dir=rtl" to the aI();
thanks, Dekel