Website Menu Bars by Deluxe-Menu.com
Website Menu Bars

Menu Screenshots

Website Menu Bars Web Menu Examples

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
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!
Best Javascript Templates Website Menu Bars
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
Cost Effective
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed website menu bars samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Build right-click menus for your site. For this purpose you should appoint a peculiar method for the object you want. The current X,Y of the mouse pointer or your own ones can be used for the context menu.
  • Design menus absolutely based on CSS (Cascading Style Sheets). It is possible to apply the personal CSS styles for every elements of the menu.
  • When the submenu is bigger than the visible page area, the size of submenu will be automatically decreased. To view all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automagically scrolled! You can also define width and height for each submenu.

Recent Questions

Q: However when recreating the menus after deleting all trace of the trial version and loading on the licensed version I have developed problems.

When I create menus and test using expression web on explorer it works well but when published to web the dropdown menu appear but cannot be clicked on to be diverted to the relevant links. Also since loading the licensed version when using the test browser in expression web firefox a message appears as follows     “firefox dosen’t know how to open this address, because the protocol (c) isn’t associated with any program”.

Please advise I have loaded the licence in the correct way I’m sure.


A: You cannot use local paths on your website. They won't work.

["Home","", "", "", "", "", "0", "0", "", ],
 ["|Localmag Homepage","C:/Documents and Settings/ME/My Documents/localmagwebsite/index.htm", "", "", "", "", "", "", "", ],
 ["|Medway Homepage","C:/Documents and Settings/ME/My Documents/localmagwebsite/medwaytowns/medwayhomepage.html", "", "", "", "", "", "", "", ],
["Charity","", "", "", "", "", "0", "", "", ],
 ["|childrens","C:/Documents and Settings/ME/My Documents/localmagwebsite/medwaytowns/charities/childrenscharities/childrens_charity_home_page.htm", "", "", "", "", "","", "", ],
 ["|medical","C:/Documents and Settings/ME/My Documents/localmagwebsite/medwaytowns/charities/medicalcharities/medical_charity_home_page.htm", "", "", "", "", "", "","", ],
 ["|religious","C:/Documents and Settings/ME/My Documents/localmagwebsite/medwaytowns/charities/religiouscharities/religious_charity_home_page.htm", "", "", "", "", "","", "", ],

You should write
["Home","", "", "", "", "", "0", "0", "", ],
 ["|Localmag Homepage","localmagwebsite/index.htm", "", "", "", "", "", "", "", ],
 ["|Medway Homepage","localmagwebsite/medwaytowns/medwayhomepage.html", "", "", "", "", "", "", "", ],
["Charity","", "", "", "", "", "0", "", "", ],
 ["|childrens","localmagwebsite/medwaytowns/charities/childrenscharities/childrens_charity_home_page.htm", "", "", "", "", "", "", "", ],
 ["|medical","localmagwebsite/medwaytowns/charities/medicalcharities/medical_charity_home_page.htm", "", "", "", "", "", "", "", ],
 ["|religious","localmagwebsite/medwaytowns/charities/religiouscharities/religious_charity_home_page.htm", "", "", "", "", "", "", "", ],


Q: Deluxe html tabs appears to not work at all on Windows Vista machines running Internet Explorer. This includes for example that the content in the tabs simply does not appear. Is there a fix for this?

Just want to make sure I can resolve these issues before making a purchase.

A: Try to delete height: 0%; parameter from the styles:

<div id="content1" style="height: 0%; visibility: hidden;" class="tabPage">

So you'll have:
<div id="content1" style="visibility: hidden;" class="tabPage">


Q: I want to use single css drop down menu bar for each page without applying HTML Code for each page separatly.I mean to use CSS Menu as per our .JS Menu.

A: Unfortunately it is not possible with css menu.

On each page you should call css file with styles:

<link href="menu.css" rel="stylesheet" type="text/css" />

and add code for the menu on each page in the place where you want to have a menu, forexample:

<ul class="cssMenu cssMenum">
<li class=" cssMenui"><a class=" cssMenui" href="testlink.html">Home</a></li>
<li class=" cssMenui"><a class=" cssMenui" href="#"><span><img class="def" src="default.files/icon1.gif"/>
<img class="over" src="default.files/icon1o.gif">Product Info</span>
<![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
<ul class=" cssMenum">
<li class=" cssMenui"><a class=" cssMenui" href="testlink.html"><img class="def" src="default.files/icon2.gif"/>
<img class="over" src="default.files/icon2o.gif">Features</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->lt;/li>
<li class=" cssMenui"><a class=" cssMenui" href="testlink.htm">
<img class="def" src="default.files/icon1.gif"/>
<img class="over" src="default.files/icon1o.gif">Contact Us</a></li>
</ul>

You can also try to use frames.
Also you can use aserver-side script (php, asp, vb, etc.) to generate html pages fromtemplates on your server.



Q: Things are mostly working great. I want my menu to appear centered at the top the page. Here's the code:

<table style="text-align: left; width: 100%;" border="0" cellpadding="2"cellspacing="2">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><script type="text/javascript" src="navbar.js"></script>
</td>
</tr>
</tbody>
</table>

The table appears at the far left edge of the window. I tried with both absolute (x=20, y=10) and relative (both x and y unset) coordinates. Help!


A: If you want to center the menu paste itwithin the <div > or <table> with a static position and specify a center alignment for it, for example:

<DIV align=center>
<SCRIPT src="data/data.js" type=text/javascript>
</SCRIPT>
</DIV>

<table width=800>
<tr>
<td align=center width=600>

More Q&A

How to add a menu bar at bottom of page like on this site

Dec 16, 2009 ... Hello, I would like to add a menu bar at the bottom of my page just like there is on this blog . Anyone know how to do that?

How do you creat a sub menu bar - Interspire Forum

I've tried to figure out how to make the sub menu bar working but it ... menus in just a few seconds from your website's control panel."

www.wysiwygwebbuilder.com • View topic - Menu Bar Themes

Does this allow us to create our own menu bars/naviagtion images etc? .... topic from the forum 5 times and website JSCookMenu and i still

Where did my menu bar go?!?!? - Web Hosting Forum - Web hosting

I hosted the site for about a year w/o problem, using one of the default templates. Now the site loads fine but the menu bar is gone!

Windows Mobile Developer Network Forum • View topic - Modifying

But sometimes you need to modify existing menu bar in runtime. ... Also I'll assume that the HWND of menu bar was stored in hMenuBar variable. .... Network website, News, Articles, Content discussion, About this website

MacThemes Forum / Easy Black Menu Bar

Re: Easy Black Menu Bar. this is sweet...how the hell does it work though.. doesnt really say on blacktree website..? doesnt seem to slow any

Templates with left side menu bar - Go Daddy Community

This is a silly question, but I noted that many of the templates have the menu bar/list on the right side. I would prefer my website to have it on the left

OpenOffice.org Forum :: Lost menu bar in Calc

All menus lost in OpenOffice Calc... Actually, the menu bar is hidden only into one worksheet document. ... It was unclear whether your lost menu bar affected only a specific Calc ... General Discussion, Site Feedback

start menu bar at bottom of screen - Windows-XP-General-Discussion

Sep 1, 2005 ... The start menu bar is two rows thick and I cannot resize it because ... "a single website of mine (affiliated) can NOT be accessed from my

Help from Site Leaders - Help! My menu bar has dissapeared. [Archive]

My menu bar has dissapeared. hello, i stupidly tried to re-design my website with page paster. I was choosing a different menu feature. the

Editing Flash Menu bar for Website - Have Tutorial & I'm Stuck

I'm looking for someone that can help me edit the menu bar please. The one you see on the site is the one that came with the template

MacMost Forum | Two monitors, one menu bar?

In trying to learn Aperture from the lynda.com site, I have the lynda ... If there were two menu bars, you would still have to bring one

Forum menu bar change?

Jul 12, 2008 ... Is it just me or has the menu bar above, with UserCP FAQ Calendar ... By shaun2000 in forum Web Designer & Designer Pro web features

getting menu bar to spread across evenly - Website Builder

hello out there...i'm crying uncle. have been trying to get all of my menu tabs to fit on one line AND for the menu bar to be centered across the page

Image In Menu Bar :: Forum :: Indexhibit

...the menu on my visible website isn't he problem, ... there a way to align it to where the menu bar on the left starts? how do i do that?

My menu bar is missing! [Solved]

Oct 10, 2010 ... Hello, i on my laptop no menu bar is shown and i can only run the ... Best answer: Dear Allan, Right click on the menu bar at the top and

Adding menu bar to Bike Riders template - Free website templates

Hi everyone, first post here! Gotta say I'm a big fan of these templates - excellent work for all kinds of websites. I love the bike riders

menu bar missing - upgraded to WP3 / iblogpro4 « PageLines Forum

iblogpro4 / missing menu bar / wp3 · PageLines Products » ... Work with us! You' ll get 33% of all sales that come from links in your site or plugin

[Solved] No menu bar (View topic) • OpenOffice.org Community Forum

Jun 8, 2010 ... Writer has no menu bar (File, Tools etc) I found the customize window. ... By any use of this Website, you agree to be bound by these

Fireworks custom menu bar into existing dreamweave

Develop PHP Website for Learning Web Design Free Online ... I have made a menu bar from tutorial here and I have looked everywere to get a

My website Menu bar doesnt work properly in Chrome - Google Chrome

Dec 17, 2009 ... Did you find this answer helpful? Sign in to vote. Report abuse ... 0 of 1 people found this answer helpful. Did you? Sign in to vote

Page Menu Bar items link to another website. - Wordpress Themes

What I am trying to do is make one of the page menu bar items hyperlink straight to another website rather then opening a page like a normal

Menu Bar Invisible (View topic) • OpenOffice.org Community Forum

Sep 30, 2010 ... I've had a problem with open office and the menu bar has disappeared. ... By any use of this Website, you agree to be bound by these

MacThemes Forum / Menu Bar Battery icon

Where is the menu bar icon for the battery located at? ... JohnnyV41: Member: From: Poughkeepsie, NY: Joined: Feb 2, 2010: Website