Recent Questions
Q: How do you go about labeling the various segments of your page to utilize the tab navbar?
A: See, for each item you should assign the ID property of the content
DIV (see data file with your menu parameters).
 ["Style Name","contentName", "", "", "", "", "1", "", "", ],
 ["-","", "", "", "", "", "0", "", "", ],
 ["Style Description","contentDescription", "", "", "", "", "", "", "", ],
 ["-","", "", "", "", "", "0", "", "", ],
 ["Style Variations","contentVariations", "", "", "", "", "", "", "", ],
 ["-","", "", "", "", "", "0", "", "", ],
 ["Empty","", "", "", "", "", "2", "", "", ],
And on your html page you should create DIV's with such ID.
 <div id="contentName" style="height: 0%; visibility: hidden;" class="tabPage">
 <p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p>
 You should paste your content here!!!!!
 </div>
 <div id="contentDescription" style="height: 0%; visibility: hidden;" class="tabPage">
 <p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p>
 You should paste your description here!!!!!
 </div> 
 You can paste any code within DIV's (PHP, Javascript ...)
Q: Recently one of my clients apparently upgraded from Internet Explorer 6+ to 7. Along the way now apparently the javascript is no enabled. 
How do I enable javascript on the new browser, and / o is there something else that I need to do in the code? 
A: When your security settings in IE doesn't allow Javascript onpages you load you can't see a dynamic page content. 
There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences. 
Please, try to use search engine friendly code you'll see all yourlinks. 
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 menu and click Tools/Generate SE-friendly Code (F3). 
We released the new version today. New Deluxe Tuner supports DeluxeTree & Deluxe Tabs also.
Q: I'm looking at evaluating your Deluxe menu software for inclusion in our current web based software solution and am particularly taken with the 'Ajax style' loading. 
 Could you please answer a couple of questions with respect to that.
 At what point does it load those file ¦ initially when menu is drawn (so multiple small hits to app server) or when the user selects the menu? Does the link href *have* to be a .js file ¦ or can it be any valid file type that returns the correct data? I have to generate the menu options dynamically from a DB and therefore really need to include a JSP style file. 
 Our current menu system (made up of 4 levels deep contains over 300 links, which is why I want to minimise server hit as much as possible! 
A:  It loads when the user move his mouse above the menu items. 
You can use any extension for these files. But the file structureshould be the same as in our example.
Q: This is a great product and I hope to use it for the project I am currently working on. I have played around with using simple javascript menu but have been unable to figure out how to make sub menu items live on multiple rows and columns. Could you point me in the right direction? I know with the individual styles I could make the category titles bold and put sub categories right underneath without actually making them sub categories. 
A: 	 You can find more info here:
http://www.deluxe-menu.com/multicolumn-menu-sample.html