Recent Questions
Q: There is the possibility in the menu that an item has access control, that is is visible or not depending of the user?
A: You can use Javascript API and write your own code.
See more info here:
http://deluxe-menu.com/functions-info.html
You can use
dm_ext_changeItem (menuInd, submenuInd, itemInd, iParams)
to disable your items or
dm_ext_changeItemVisibility (menuInd, submenuInd, itemInd, visibility)
to hide your items.
Q: I'm not getting information when the move the mouse over the dhtml dynamic menu etc., however if use it on a local machine it shows the necessary information in the status bar of my ie7 . . . any ideas ?
A: You should set the following browser setting:
"Tools/Internet Options/Security/"
click "Custom level..." button and enable "Allow status bar updates viascript" in "Scripting" column (almost at the end of the list).
This is IE7 feature. In the other browsers you won't have suchproblem.
You can find more info here:
http://blogs.msdn.com/ie/archive/2006/09/15/754804.aspx
Q: In DeluxeTuner when I choose an image and use my own path DeluxeTuner always sticks it's own path (data.files/) into the .js file.
Then I have to go into the data.js file and re-edit the path manually.
A: If you use Tuner, you should save data .js file before you'll selectimages. When you save .js file it means that you set a root directoryfor the project, so Tuner can make all selected images with relativepaths.
Q: Should it possible to make a meta tag (or script) so the menu don't put anything on the local computer?
A: If you don't want the page will be cached, try to use standard htmltags, for example:
<META http-equiv=Cache-Control content="no-cache, must-revalidate">
<META http-equiv=Pragma content=no-cache>
See more in a HTML manual.