Code Templates Menubar Wordpress by Deluxe-Menu.com
Code Templates Menubar Wordpress

Menu Screenshots

Code Templates Menubar Wordpress Html Forms Drop Down Menu

Features

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
High Performance
  • AJAX menu loading - loads web menu data from the server "on-the-fly".
  • Commonly loads quicker than other html page elements
  • UL/LI items structure
  • Runs well with an unlimited number of submenus and items
Category Menu Code Templates Menubar Wordpress
Unrivalled Features
  • Scrollable, dragable, floating, right-click menus
  • Keyboard navigation - press Ctrl+F2 to enter the menu
  • Unique Java Script API for altering menu "on-the-fly", without page reloading
  • AJAX technology - loads menu data from the server "on-fly and on-demand".
  • Search feature - add the search area in the menu and type symbols. The found words will be higlighted.
  • Sound support!
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
Cost Effective



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Good navigation system is an important part of web site success. If people can't find their way around the site, they will rapidly give up looking and go, never to return. So, it's very significant that your website has a neat, fast, and gratifying to the eye navigation.
    Don't permit your web site visitors to get lost. Try Deluxe Menu!

Recent Questions

Q: Is there anyway of selecting index location of the dhtml tab according to what webpage you are on ?

A: Deluxe Tabs doesn't support API functions which can return theselected tab aslo.

You can set "bselectedItem" and "  var bselectedSmItem" parametersbased on your link before you call your data file.

For example, move "  var bselectedItem" and "  var bselectedSmItem" parametersfrom your data file to your code.

<TD vAlign=top align=left>
/* Select Tab */
<script type="text/javascript" language="JavaScript1.2">
  var bselectedItem=<?php echo $seltabs; ?>;
  var bselectedSmItem=<?php echo $selsmtabs; ?&g5t;;
</script>
<SCRIPT src="data.js" type=text/javascript></SCRIPT>
</TD>

You should define seltabs and selsmtabs using server side script.

You can also set it on every page before you call data.js file, forexample:

<TD vAlign=top align=left>
/* Select Tab */
<script type="text/javascript" language="JavaScript1.2">
  var bselectedItem=4;
  var bselectedSmItem=3;
</script>
<SCRIPT src="data.js" type=text/javascript>
</TD>



Q: The mentioned effect occurs even when the entire page is completely loaded!

As we explained before, it occurs only when we view the page with explorer 6.

(It is working fine under explorer 7 and under Firefox, so you should check it under explorer 6)

Please see the following link with our test page which demonstrates the problem.

As you will see, the buttons of the javascript menu scroll and the text will disappear (become white) while you move the mouse cursor over the menu buttons. It has nothing to do with page loading.

We are using a "Vista style" javascript menu scroll with custom design pictures.

A: This is IE6 bug.

You can find more info about this bug and solution here:

http://dean.edwards.name/my/flicker.html



Q: Thank you for your help, I have downloaded the updated link the .js files are there. I have been using the tuner and was wondering how to change the colors of the main menu bar. I have selected a template that we like (Vista 3, #5), but it isn't quite the right shade of green. I have figured out how to change the colors of all of the "sub" menus, but I don't see where to change the main menu bar. Is this possible, if so, where do I make the change(s)?


A: Top menu items in Vista styles use images as backgrounds. You cannotchange its color in Deluxe Tuner.

You should change the image color. You can do it in any Graph Editor,for example PhotoShop.


Q: I recently downloaded the trial version of Deluxe Tuner to create a pop-up menu for my website. The menu looks amazing, and I am convinced from the trial that this is a product that I could definitely use.

However, I'm having so much trouble putting my horizontal drop down menu into my Dreamweaver html. I've followed the instructions given, but my menu still does not appear. What am I doing wrong?

Thanks, and I'm looking forward to figuring this out, because if it's an easy program to use, I will for sure be buying the full version!!

A: Check that you've copied "Homedir/" folder with all menus files and data.js file into the same folder withHome page.html file.

Notice also that in the Design mode your drop down menu may displayincorrectly. It is normal. You should view your page in browser preview.