Recent Questions
Q: I have heard from some page visitors, that they couldn’t see the menu. Could this be a problem with deactivated Java script or could you tell me some possibilities what it could be. 
A: Your visitors should change security settings in IE to allow Javascript on pages they load. 
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: I am interested in buying your XP Style Blue XP Style JavaScript Menu Tree. 
 Please let me know how can I use in offline projects (CD Based) and whether I can change the vertical type java pulldown menu into horizontal type. 
 Also let me know the price for the same 
 Looking forward for your fast reply 
A:  Deluxe Tree is vertical menu, http://deluxe-tree.com. You cannot create horizontal tree menu.
If you want to create horizontal menu you can use Deluxe Menu,http://deluxe-menu.com
To use Deluxe Menus on CD/DVD you should buy developerlicense.
Deluxe Menu & Tree & Tabs & Popup Window & Calendar DeveloperLicense - $299.95.
Other licenses allow you to use the java pulldown menu on Internet/Intranetwebsites only.
Q: Can a drop down menu go over a Flash and be transparent?Let me know. 
A: Yes, it is possible.
To set transparence for submenus you should set the followingparameter:
  var transparency="70";
Q: I have noticed in some other jdhtml menu system that when the user right clicks a link, they get the internet explorer link options such as Copy Shortcut, Open, and Open in New Tab/Window. This does not seem to work with dmenu. 
 Is this possible using dmenu?
A:  You can try to write the following code for your items:
 ["<a href='index.html' target='_blank' class='home'>Home</a>","", "", "", "", "", "", "", "", ],
And create styles
.home{
color: #FFFFFF;}
.home:hover{
color: #FFBEBE;}