|
Can I use Hebrew language in the popup menu java easily?
Return to Recent Questions
Q:
Can you answer a few questions?
1 Can I create popup menu java that go right-to-left instead of left to right for Hebrew?
2 Can I use Hebrew in the popup menu java easily?
A:
You're able to use any characters for popup menu java.
The only issue is that sub menus can be shown in incorrect position
when you're using dir=rtl for your page.
Set the following parameter:
var dmRTL = 0;
if you're using right-to-left direction of html page <HTML dir=rtl>.
Use also
var smViewType = 2;
for right-to-left languages.
Please try a trial package of popup menu java, http://dhtml-menu.com
Return to Recent Questions
Related:
|