Recent Questions
Q: Once more I have a small question about Deluxe Menu.
 I have rewritten my homepage (still off-line) to use stylesheets instead of frames. But for some reason the drop down menu templates won't appear anymore. 
 Does DM need frames or can it also work without frames? I would suppose that it can also work on a page with no frames. But for some reason I can't seem to get it to work. 
 
A: If you don't use frames there is no need to write your init functionin the following way: 
dm_initFrame("lower", 0, 1, 1); 
That is way you cannot see your menu. 
Please, write: 
dm_init();
Q: When I roll my mouse over my menu, it appears halfway down the page, not next to the menu. This only happens when I enclose the code in <div></div> layers. Is there a way to fix this?
 
A: It is possible that you have some problems with your css. 
 The problem is that the script can't get css properties of the object if they are described in separate .css block (or file).In other words, you can't get the value of "position" attribute of the object if the object doesn't have this property within inline style(style="position:absolute"). To get the value you should move .css style into style="" attribute. 
Please, try to add your 
 css file -> inline css, for example:
You should add <DIV id=SiteMenu> 
to the 
 style="position:absolute;" 
So, you'll have: 
 <DIV id=SiteMenu style="position:absolute;"> 
Check that.
Q: How can we predefine the COLOR of the pressed item for the css tree menu?
A: See the following parameter:
  var tpressedFontColor="#AA0000";
Q: I create a dhtml menu tabs on a website and I keep getting an error. On my dutch system it says: 'tabs[...].id' is leeg of geen object. 
 What am I doing wrong? I cannot find the problem. 
 On the first click on de tabs I get the error and nothing happens. From the second click on, everything works fine. 
A:  You can find an answer in Recent Questions section on our website.
Try to set the following parameter:
  var bselectedSmItem=0;
Use latest engine file also.