Recent Questions Kde Dolphin Treeview Background Color
Q: Does dropdown menu javascript supports right to left languages?
A: Yes, JavaScript Tree Menu support right to left languages, set the following parameter:
var dmRTL=1;
Specify also align for your items:
var itemAlignTop="right";
var itemAlign="right";
Q: We use IFrames and Frameset through out our program. Will Deluxe-Menu and Deluxe-Tabs work for us.
Will this work for us, using the layout below. Menu will be in frame3 and tabs in frame4. Should pop up in frame5.
<frame> <frame1> <frame2>
<frame3-Deluxe-Menu> <frame4-Deluxe-Tabs>
<frame5 - Content and more IFrames and Framesets>
A: JavaScript Tree Menu doesn't work with <IFrame> objects. It works with<frameset> objects only. All it can to do with <IFrame> is to loadpages into it.
You should use standard installation for the menu (cross-frame mode).
See more info here:
http://deluxe-menu.com/cross-frame-mode-sample.html
http://deluxe-menu.com/data-samples/cross-frame-horizontal-1-sample.htm
JavaScript Tree Menu and Deluxe Tabs will work fine in such frame structure.
Q: We have a problem with true type fonts. The dropdown menu in html does not showing properly for Turkish letters. We are using true type fonts (bold 10px TR Tahoma).
A: Font.If there will be no TR Tahoma font on the user machinethe font won't be shown correctly.
You can find another font similar to your font and write it through a comma.
You should choose the font among the following fonts:
Arial
Tahoma
Times New Roman
Trebuchet MS
Verdana
These fonts are installed on the most of windows computers.
For example:
var fontStyle=["bold 9px TR Tahoma, Tahoma","bold 9px TR Tahoma, Tahoma"];
Or you can create images with text and use it for the top items.
Encoding.
You can save your data file in UTF-8 in Windows version of DeluxeTuner v3.2.5.
You should turn on "Tools/Use utf8 encode" property.In that case your data file will be saved in UTF-8 encode.
Enter these symbols and save your data file.
If you don't want to use UTF-8 encode on your page you should turn off"Tools/Use utf8 encode" property, save your data file and manuallychange your letters in any text editor.
You can also replace your letters with special sets, for example
É - Capital E, acute accent - É
ç - Small c, cedilla - ç
var menuItems = [
["É....","testlink.html", "", "", "", "", "", "", "", ],
["ç....","testlink.html", "", "", "", "", "", "", "", ],
Q: I have seen menu like this when i scroll the page the manu will scroll follow.....can delux menu do that ?
If can how ?
A: You should use floatable feature.
You should set absolute coordinates for your menu
var absolutePos=1;
var posX="10px";
var posY="10px";
var floatable=1;
You should also check that you have dmenu_add.js file in the samefolder with dmenu.js.