Recent Questions
Q: How woud I make all the sub-menu’s height and text smaller in the css dhtml menu?
A: You can create Individual Item Style and assign it to each item insubmenu.
For example:
var itemStyles = [
["itemHeight=10px","fontStyle=normal 9px Trebuchet MS, Tahoma"],
];
and assign it to each item in submenu:
["|Item 7","", "", "", "", "", "0", "", "", ],
["|Item 8","", "", "", "", "", "0", "", "", ],
you can also use standard <br> tags.
["|Home text<br>text","testlink.htm", "default.files/icon1_s.gif", "default.files/icon1_so.gif", "", "Home Page Tip", "", "", "", ],
Q: I would like to know if I can use Deluxe Menu to create pulldown menus on a Mac (Mac OSX). Thank you.
A: To create your menu on MAC you can use HTML version of Deluxe Tuner (for MAC OS). You can find it here:
http://deluxe-menu.com/deluxe-tuner-info.html
Q: I am having a difficult time trying to integrate your menu into a frame system of my clients. The url that I am testing at is...
I believe that I have followed your instructions to the letter, but can't seem to get the cross-frame system to work. Any help would be appreciated.
A: Please, check dmWorkPath parameter. You should write in the followingway:
<SCRIPT type=text/javascript> var dmWorkPath = "nav_011907_files/";</SCRIPT>
See also how you should write your dm_init function
dm_initFrame("frmSet", 1, 2, 1);
Please, notice also that Deluxe Menu can work within 1 frameset only.
It can't work correctly within nested framesets. It is possible that you'll havesome errors.
Q: Still having trouble with placing the javascript window menu on a fixed position on firefox. So far its only at my testpage. The "Trial Version"-Button however stays at the correct place while the javascript window menu itself moves down if you scroll down... I hope that is fixed in the full version??
A: Now you're using floating feature for the javascript window menu:
//--- Floatable Menu
var floatable=1;
var floatIterations=3;
var floatableX=1;
var floatableY=1;
var floatableDX=15;
var floatableDY=15;
If you don't want to use it you should set:
var floatable=0;