|
How can I create pop up menu html using right-to-left languages?
Return to Recent Questions
Q:
I would like first to thank you for your products.
I downloaded the trial version of pop up menu html and it works ok except
for Hebrew or Right To Left languages.
Do you have a solution for this problem?
A:
You can use right-to-left languages the same way as in standard html
code. Set "dir=rtl" for <html> tag.
You should also set the following parameters for you pop up menu html:
var smViewType=2;
var dmRTL=1;
Try that.
Return to Recent Questions
Related:
|