Recent Questions
Q: I found the problem with de Deluxe Menus:
When the menu is inside the <DIV> </DIV> tags, the menu is shown, but does not scroll.
A: See, you use absolute position for this <div>
<div STYLE="position:absolute;top:151px; left:0px">
But you can use absolute position for the menu. Your menu will scrollin this case.
For example, you should set:
var absolutePos=1;
var posX="0";
var posY="151px";
And install your menu
<div>
<script type="text/javascript" src="data.js"></script>
</div>
Or, write:
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript"> var dmWorkPath = "/";</script>
<script type="text/javascript" src="dmenu.js"></script>
<script type="text/javascript" src="data.js"></script>
Q: We recently started using the Deluxe Menu with Multiple Website License
I have a question when I tried creating a google sitemap xml using java menu creator.
All I get is a sitemap for the home page? Would the Deluxe Menu have anything do with the sitemap generators not being able to crawl all the other pages on the site?
A: Deluxe Menu will generate sitemap using links in your menu only.
Q: Does the Deluxe menu work to load pages into an iframe?
(name=iframe1) I can't find any info on this ...
A: Of course. Please, use this parameter:
var itemTarget = "frame_name";
Q: Is there some chance to use calling of JScript function from Item of deluxe menu?
Something about:
var menuItems = [
["Calling alert","alert ('Hello');", "icon_win98_1.gif", , , , , , , ]
];
A: Thanks for your interest in our products.
You can use your own javascript functions in the menu items.
You should paste "javascript:some_function()" into item's link field, for example:
var menuItems = [
["text", "javascript:your_function(...)", ...]
];