Dhtml Slide Show Mouse Over by Deluxe-Menu.com
Dhtml Slide Show Mouse Over

Menu Screenshots

Dhtml Slide Show Mouse Over Frame Scrolling Javascript

Features

Easy Setup
  • De Luxe Tuner. GUI interface to create your dhtml slide show mouse over menus easily and in no time
  • Sensible menu parameters for manual editing
Seamless Integration
  • Cross-frame support - menus work on frameset-based pages
  • Visible over flash, select boxes, iframes, java applets
  • Multiple menus on the same page
  • Amicable to other scripts and css styles
  • Any HTML code can be used inside menu items
Clear Drop Down Javascript Dhtml Slide Show Mouse Over
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed dhtml slide show mouse over samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Cost Effective
Compatibility              
  • Full cross-browser compatibility including IE, Netscape, Mozilla, Opera, Firefox, Konqueror and Safari on Windows, Mac OS and Linux
  • Menu can be populated from a database using ASP, PHP, etc.
  • Search engine friendly
  • Support for any doctypes
  • Fits for secure sites
  • Section 508 compliant



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Sub menus dropdown over all the objects on the page (select, applet, flash, object, embed). If for some reasons (old browser) a submenu can't go over an object, the object will be hidden for a time when the submenu is shown.
  • Design personal styles for any submenu and item. Use individual styles to rich killer visual effects!
  • These effects will make your menu neat and chic. You can set transparency, cast a shadow on the menu and submenus. Among available special visual effects there are random dissolve, fade, mix, mosaic slide out and many many others.

Recent Questions

Q: Great product and incredible user friendly interface to loadeverything up! I wasn't used to such a user friendly interface and was looking way to hard.

I did have one question though. When I open up Deluxe Tuner and click on the javascript slide down menu sample to the left (with the search box), I get the following message:

I click no, and the javascript slide down menu comes up, but no search box! Any idea why this is so?

A: There will be no search box in that template.

Actually you are able to paste any html code within items.

For example:

  var tmenuItems = [
...
   ["||<nobr><FORM method=GET action='http://www.google.com/custom'><input name='as_q' value='search
the web' size=15 style='font-size:10'>&nbsp;<INPUT type=hidden name=cof
value='LW:144;L:http://domain.edu/images/sulogo.gif; LH:45;AH:center;GL:0;S:http://domain.edu;AWFID:e01cb67b8afe383e;'></form></nobr>","",
"images/icons/search.gif", "", "", "", "", "2", "", "", "",],

But Deluxe Tree doesn't have a search feature.

There is a search feature in Deluxe Menu:

http://deluxe-menu.com/search-support-sample.html



Q: I\'m testing out your menu system and I have a question regarding one of our current menu item\'s functionality.

Currently, I have a menu item that performs an onclick window.open function so that it opens a popup window at a certain size and with certain parameters.
Is it possible to have similar functionality with an item on your menu system?


A: You should use a Javascript code with a link field so:

["Text", "javascript:window.open('../Help/Text_Index.htm', 'Help', 'height=450,width=600,scrollbars');"]


Q: Ever since I installed the menu on our website the homepage loadsslowly.
The menu loads, but then the rest of the page takes about 20 seconds toload. Have you seen this problem before.
It does not happen every time and noton every machine.


A: We've tested your website on the many machines and it loads very quickly, I cannot notice any delays.

Please, try to move the reference to dmenu.js after tag:

<body onload="...">
...

<!-- Deluxe Menu -->
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">  var dmWorkPath = "";</script>
<script type="text/javascript" src="dmenu.js"></script>
<!-- (c) 2006, http://deluxe-menu.com -->
</span>

Q: Microsoft Explorer has settings that block JAVA scripts (and therefore our JAVA menu).

However, I notice that some JAVA menus on other web sites are not blocked by Microsoft Explorer.

Is there any way to make the java cascading menu not be blocked by Microsoft Explorer ?

I want people visiting my web site not to have the java cascading menu blocked by Mircrosot Explorer.

A: There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences.

But you can try to use a workaround:http://www.adobe.com/devnet/activecontent/articles/devletter.htmlTry to use AC_RunActiveContent.js file to run active content.