Recent Questions
Q: I am trying the menu and facing one problem… 
 The text is too large and doesn't wrap around.. instead it makes the dhtml menu layers wider. 
 My dhtml menu layers needs to be 175 px only.. if there are to many characters in the link, I like it to wrap around to the next line… 
 Any options?
A:  You should set the following dhtml menu layers parameter:
  var noWrap=0;
You can also use standard <br> tags inside item's text:
 ["All Card <br>Envelopes","", "", "", "", "", "", "", "", "", "", ],
Q: I want to have the pop-up floating window display as you mouse over an image - is this possible? 
A: 	For example you want to open a popup onMouseover, onClick oronMouseout on a link.
So, you should create a link on your page and set id="" for it, forexample:
<a href="javascript:;" id="link">Open popup OnClick</a>
<a href="javascript:;" id="over">Open popup OnMouseover</a>
<a href="javascript:;" id="out">Open popup OnMouseOut</a>
In Deluxe Tuner you should set:
onMouseOver - over
onMouseOut - out
onClick - link
So you'll have
deluxePopupWindow.attachToEvent(win,',,onClick=link,onMouseOver=over,onMouseOut=out,')
Q: That worked for the rollover drop down menu but I lost my drop shadow on the main menu. The sub-menus still have it. The preview has the drop shadow but when I view it in IE it is not there.
A: You should check the following parameters:
  var shadowLen=3;
  var shadowColor="#B1B1B1";
  var shadowTop=1;
Q: What an incredible menu!! I have never seen anything like it.Would it be possible to create a version of the dhtml menu that displays items one level down from the top menu in a 6x4 cell layout (effectively a rectangle) rather than vertically? If so, how much would the customization cost?
A: Yes, you can place the menu to the any part of your html code.Please contact support (at) deluxe-menu.com for the customization rates.