|
I make some css dynamic menus based on Arabic language, but it does not work.
Return to Recent Questions
Q:
Could you please tel me : How to use UN-Code on the item. I make some
css dynamic menus based on Farsi language ( Arabic) , but it does not work.
A:
You're able to use any characters for Deluxe Menu in the same way as
you use them for standard html page.
The only issue is that submenus can be shown in incorrect position
when you're using dir=rtl for your page.
var dmRTL = 0;
Set this parameter to 1 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, see example:
http://deluxe-menu.com/ways-showing-submenus-sample.html
This examples demonstrates how the menu can change a submenus
direction. Use var smViewType parameter to change a submenus
direction:
var smViewType = 0..3;
Values:
0 - from left to right;
1 - from left to right + upwards;
2 - from right to left;
3 - from right to left + upwards;
In Deluxe Menu when you call data .js file you can try to specify the encoding:
<script src="data.js" charset="utf-8"></script>
Unfortunately, you can't use arabic characters in Deluxe Tuner application.
You should manually correct your code.
Return to Recent Questions
Related:
- Jun 06, 2009 - I tried to create the html version of the mouse over drop down menu but it is still not working.
- Aug 24, 2009 - The css menu tree works fine in the css menu tree maker preview screen, but not on the html page.
- Dec 19, 2009 - The parameter var showByClick=1; doesn't work in OUR dhtml meny???
- Dec 24, 2009 - Suddenly all the menu link targets don't work anymore in my dhtml css menu.
- Jan 17, 2010 - I am not able to get the Keystrokes function to work in my web menu creator.
- Feb 23, 2010 - If I try to open pop up menu html links from the another page non of them work
- March 7, 2010 - dhtml menu generator software did not except to put another language
- March 24, 2010 - javascript drop down menus seems to be working fine with IE7, it doesn't load on Firefox
- April 21, 2010 - I have created html tree menu, but the links don't work in javascript menu tab
- September 10, 2010 - My java pop up menu does not work with IE7 but it works perfectly in FF.
|