Recent Questions
Q: When I open my site in Internet Explorer 6.0 the main drop menu code shows up nicely but the drop-down sub-menus are separated. The drop menu code work very nicely in a Firefox browser but not in IE.
A: There are some problems also with your css.The problem is that the drop menu code 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:relative"). 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 style="position:relative;"
to the
 <DIV id="right">
So, you'll have:
 <DIV id=right style="POSITION: relative;">
Check that.
Q: Is it possible to generate Kaspersky java tab menu from dynamic content? 
 i.e I have a web application which currently generates a certain number of tabs for content based on a users selection. 
 Can the Kapersky tabs be generated from dynamic content, or does it need to be hard coded for the number of tabs and placement?
 
A: Unfortunately, Deluxe Tabs doesn't have such a feature. 
You may generate a menu from a database or XML using any server-side script, e.g., PHP, ASP, VB, etc. 
However, these scripts don't work inside of Javascript .js files, so, you should move parameters of a menu from a .js file into an html-page, e.g.: 
<noscript><a href="http://deluxe-tree.com">Javascript Tree Menu by Deluxe-Tree.com</a></noscript> 
<script type="text/javascript" src="menudir/dtree.js"></script> 
<!-- (c) 2006, http://deluxe-tree.com --> 
<script type="text/javascript" language="JavaScript1.2"> 
 // and describe parameters of a menu 
   var parameter1=value1; 
   var parameter2=value2; 
 etc. 
   var tmenuItems = [ 
 // here you generate items using server-side scripts (php, asp, vb, etc.) 
 ]; 
</script> 
 
The example of the menu working with PHP/MYSQL you can find here: 
http://deluxe-menu.com/rq-loading-bar-MySQL-support.html 
This example is not for Deluxe Tabs menu, but you can create your menu in the same way.
Q: I did have a question. I cannot seem to figure out how to get the individual menu styles to be applied to any of my items for thenavigation bar through the Deluxe Tuner. I’ve looked through through your documentation, but I cannot find anything that explains to me how I do this in the Deluxe Tuner.
A: To create Individual styles click "Edit Individual Styles..." button.
1) In the "Individual Styles" window click "Add Style", enter the nameof the new style.
2) Edit parameters of your style
4) Click "OK" button.
5) Select items (you can use Ctrl and Shift buttons to select group ofitems) and assign "Item Style"/"Submenu Style" to it. (in the "Item Parameters" window)
Q: With: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
The content of my tabs menu doesn't show in IE.
A: Delete "height: 0%;" parameter from the style of the content DIV:
<DIV class=tabPage id=content4 style="VISIBILITY: hidden;">