Recent Questions
Q: In IE7 I see the deluxe-menu.com link on the top and no horizontal menu items on my page.
 In Firefox it will work fine.
 Can you help me to get the Solution? 
A: 	Your browser has JavaScript option disabled.
It means that no one JavaScript element can be run.
You should to enable JavaScript in IE:
Tools -> Internet Options -> Security -> Custom level... -> Scripting -> Active Scripting = Enable
There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences.
You can use search engine friendly code, so you'll see all yourlinks (for the main items and submenus) when your security settings in IE doesn't allow Javascript.
You can generate search engine friendly code.
 Deluxe Menu is a search engine friendly menu since v1.12.
To create a search engine friendly menu you should add additional html code within your html page:
<div id="dmlinks"> 
<a href="http://deluxe-menu.com">menu_item_text1</a> 
<a href="http://deluxe-tree.com">menu_item_text2</a> 
...etc. 
</div> 
To generate such a code use Deluxe Tuner application.
You can find this GUI in the trial package. 
Run Tuner, load your horizontal menu and click Tools/Generate SE-friendly Code (F3).Q: I would like to ask on how can I make the dhtml dropdown menu shadow work in mozilla and in safari? 
A: 	Transitional effects (shadow) are features of Internet Explorer 5.5+ only.
More info you can find here:
http://deluxe-menu.com/filters-and-effects-sample.htmlQ: My menu does not work with IE7 (I don't know if it works with IE6) but it works perfectly in FF and Netscape. HELP!!! 
A:  You have several errors in your data file. 
Please, check that you don't have additional spaces in yourparameters. 
For example: 
  var fontColor=["#F3E398 ","#F3E398 "]; 
  var itemBackColor=["#43597E","#9B1313 "]; 
"fontColor=#F3E398 ,#F3E398 "
Q: I am using cross frame menu dropdown. I have three frames: Top, Left and main (middle). 
 I am using the script and data from your sample file; it works fine. Only problem is submenu is offset to the right. It does not show up exactly down below the top menu. 
 What could be the problem? 
A:  Deluxe Menu doesn't work correctly (incorrect submenu position) if youhave complex frame structure.
The problem is in a structure of your frameset.
Mozilla browsers can't determine absolute coordinates for a frame, so submenus drop down with an offset.
You should create, for example, the following frameset structure:
--|------------
   | menu
--|------------
   |
   | submenus
   |
Now a top row has 2 columns and all browsers can determine a width of the 1st column in the second row.
You should write init function in the following way in that case:
dm_initFrame("mainframe",1,3,0);