Recent Questions
Q: When set up link by using Tuner app, it point to different dir.
 For example I set to: c:\test(HTMLfolder)\Test Link\IntrAC-DC.swf,
 then Tuner sets:    ["|||||Item b SWF","Test Link/IntrAC-DC.swf", , , , "_parent", , , , ], 
 It does not work until I move linked files to “c:\test(HTMLfolder)\data-samples\Test Link”
 
A:  Try to set the following parameters 
 
  var pathPrefix_img=""; 
  var pathPrefix_link=""; 
Q: We have been using you menus for a couple of months now. If I use the pathPrefix_link variable does it prefix dhtml menu's links that already have http or https (such as external sites) and will it interfere with the javascript onclicks for that we have setup? 
A: 	No, path prefix won't be added to links with 'http://...' and 'javascript:...' in the beginning ofthe link field.
Q: Is the menu floatable? 
I try the setting "float" but no change
 
A: You can't see floatable or movable effect in Deluxe Tuner preview. 
But when your install your menu into the .html page it'll work fine. 
Notice, when you use floatable menu you can't use relative menu position. 
So, if you use 
  var absolutePos = 0; 
and to center the menu you use <p> or <div> with the center alignment your menu won't float.
To center your floatable menu you should set absolute coordinates.
Q: I am testing your image based vertical menu. I am happy with it and about to buy the muti-site license if you can help me with one problem. 
 The menu looks different in IE compared to Firefox. In IE it is much smaller.
 
A: Try to specify units in "px":
  var itemPadding="3px"; 
  var itemStyles = [ 
 ["itemWidth=150px"], 
] 
  var menuStyles = [ 
 ["smHeight=200px"], 
]; 
Try that.