Recent Questions
Q: We really like the DHTML Rollover Movable Menu and would like to use it for one of our websites. 
 Could you please let us know if it is customizable and the costs for the same?
A: See more info here:
http://www.deluxe-menu.com/movable-menu-sample.html
To use Deluxe Menu (movable feature) you should buy license or DeluxeMenu (single site, multiple site or developer license)
Deluxe Menu Single Website License - $39.95
Deluxe Menu Multiple Website License - $99.95
Deluxe Menu Developer License - $299.95
See more info here:
http://www.deluxe-menu.com/order-deluxe-menu-purchase.html
Q: Do I need any additional loaded software as a visitor to a webplace using the Deluxmenu, for example Java applet, flash etc.? 
A: You don't have to install additional software. 
Your customer should change security settings in IE to allow Javascript on pages he loads. 
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.
Q: Please go to my website. I'm trying to getthe dhtml popup menu aligned to the right. I thought I could trick it by telling the CSS to alight the text to the right but that didn't work. Can you make a suggestion on how I can do this? 
A:  Try to install your tabs into the table with right alignment, for example:
 <table width='100%'>
 <tr>
 <td align="right">
 <script type="text/javascript" src="test_files/tdata.js"></script>
 </td>
 </tr>
 </table>Q: Some menu entries may be disabled and clicking on them should produce predefined javascript alert message? 
A: To create disabled items you should set "_" symbol in the targetparameter of the menuItems. 
If the target is "_" the item is disabled. 
You can assign a font color for all disabled items using the following menu parameter: 
   var fontColorDisabled = "#AAAAAA"; 
You can write a javascript code instead of an item link: 
["item text", "javascript:alert('Hello World')", , , ,"_",] 
That's all.