Recent Questions
Q: Is it possible to put PHP, or other scripting languages within the tab menu javascript?
A: See, for each item you should assign the ID property of the content DIV. 
 ["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"> 
 <br><br><br> 
 <p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p> 
 <br><br><br> 
 You should paste your content here!!!!! 
 </div> 
You can paste any code within DIV's (PHP, Javascript ...)
Q: Deluxe html tabs appears to not work at all on Windows Vista machines running Internet Explorer. This includes for example that the content in the tabs simply does not appear. Is there a fix for this?
 Just want to make sure I can resolve these issues before making a purchase. 
A: 	 Try to delete height: 0%; parameter from the styles:
 <div id="content1" style="height: 0%; visibility: hidden;" class="tabPage">
So you'll have:
 <div id="content1" style="visibility: hidden;" class="tabPage">Q: Is your menu maker compatable with Expression Web? 
A: 	Deluxe Menu wasn't developed as Dreamweaver/Frontpage/Microsoft Expression Web extension,BUT you can use it as standard Javascript files. To install the menuinto your html page:
1. open the page in your program
2. open html source code of the page
3. add several rows of code (<script> tags), For info see: http://deluxe-menu.com/installation-info.html
That's all.
To create and configure your menus use Deluxe Tuner application(included into the trial package): 
http://deluxe-menu.com/deluxe-Tuner-info.htmlQ: The submenus are going up instead of down in the sub navigation bar. 
A: You should set the following parameter:
  var subMenuVAlign="top";