Javascript Rollover Subsection Menu by Deluxe-Menu.com
Javascript Rollover Subsection Menu

Menu Screenshots

Javascript Rollover Subsection Menu Fireworks Pop Up Menu Frame

Features

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
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!
Mouseover Expand Menu Javascript Rollover Subsection Menu
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
Easy Setup
  • De Luxe Tuner. GUI interface to create your javascript rollover subsection menu menus easily and in no time
  • Sensible menu parameters for manual editing
Cost Effective



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Create contextual menus for your pages. For this purpose you should assign a special function for the object you want. The current coordinates of the mouse pointer or your own ones can be used for the contextual menu.
  • When the submenu is larger than the visible area of the page the submenu will be automatically decreased. To see 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 automatically scrolled! You can also specify height and width for each separate submenu.
  • Build menus completely based on Cascading Style Sheets. It is possible to appoint the individual CSS styles for separate elements of the menu.

Recent Questions

Q: We have two frames in a frameset, one for the menu and one for the content where the javascript menu frame expands normally without any problem. Our content frame's source is determined dynamically. The problem occurs when the content frame contains a page with another frameset in it. Unfortunately we can not avoid this for now. And when this happens our menu stops expanding.

A: Unfortunately it is really possible that you'll have problems in thatcase because the index of the content frame will be changed.

For example now you have:
<frameset id="frmSet">
<frame> //menu index=0
<frame> //content index=1
</frameset>
Your init function will be:
dm_initFrame("frmSet", 0, 1, 0);

But if you'll have frameset instead of content frame:
<frameset id="frmSet">
<frame> //menu index=0
<frameset>
<frame> // index=1
<frame> //content index=2
</frameset>
</frameset>
You should write your init function in the following way:
dm_initFrame("frmSet", 0, 2, 0);

You should change your javascript menu frame init function in that case.



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

JavaScript Performance Best Practices - Forum Nokia Wiki

Jul 1, 2010 ... 1.1 Case study: Tips and tricks for improving JavaScript performance .... Below are some examples of common reasons for slow JavaScript

WP Menu Manager javascript not working? - Wordpress Themes - WP

WP Menu Manager javascript not working? Plugins & Atahualpa. ... Having problems integrating the plugin WP Menu Manger here:

Having trouble with rollover navigation using javascript - Please

Mar 18, 2010 ... Your Blogs URL: http://eclecticwhimsytesting.blogspot.com/ .... I have the same question... ... Hello A common mistake is the body content

JavaScript Performance Best Practices - Forum Nokia Wiki

Jul 1, 2010 ... 1.1 Case study: Tips and tricks for improving JavaScript performance .... Below are some examples of common reasons for slow JavaScript

WP Menu Manager javascript not working? - Wordpress Themes - WP

WP Menu Manager javascript not working? Plugins & Atahualpa. ... Having problems integrating the plugin WP Menu Manger here:

JavaScript Performance Best Practices - Forum Nokia Wiki

Jul 1, 2010 ... 1.1 Case study: Tips and tricks for improving JavaScript performance .... Below are some examples of common reasons for slow JavaScript

WP Menu Manager javascript not working? - Wordpress Themes - WP

WP Menu Manager javascript not working? Plugins & Atahualpa. ... Having problems integrating the plugin WP Menu Manger here:

JavaScript Rollover problems - WebDeveloper.com

I'm trying to fix up a couple year old website I made to post on a portfolio website and need to fix a JavaScript bug in the rollover

Having trouble with rollover navigation using javascript - Please

Mar 18, 2010 ... Your Blogs URL: http://eclecticwhimsytesting.blogspot.com/ .... I have the same question... ... Hello A common mistake is the body content

JavaScript Rollover problems - WebDeveloper.com

I'm trying to fix up a couple year old website I made to post on a portfolio website and need to fix a JavaScript bug in the rollover

Having trouble with rollover navigation using javascript - Please

Mar 18, 2010 ... Your Blogs URL: http://eclecticwhimsytesting.blogspot.com/ .... I have the same question... ... Hello A common mistake is the body content

JavaScript Rollover problems - WebDeveloper.com

I'm trying to fix up a couple year old website I made to post on a portfolio website and need to fix a JavaScript bug in the rollover