JavaScript.CoolDev.Com is home of the best JavaScript drop down menu, JavaScript tree and outlook bar
JavaScript.CoolDev.Com is home of the best JavaScript drop down menu, JavaScript tree and outlook bar
JavaScript.CoolDev.Com is home of the best JavaScript drop down menu, JavaScript tree and outlook bar
COOLjsMenu Samples

Standard:

item sizing
item positioning
border & pseudo-shadow
multiple levels
styles & colors
multiple instances
tips and status bar
IE filters
IE transitions

Professional:

popups
cross-frame
relative positioning
icons
arrows
advanced borders
z-index

Graphically Rich:

Demo 1
Demo 2
Demo 3
Demo 4
Demo 5
Demo 6
Demo 7
Demo 8
Demo 9

COOLjsMenu - JavaScript menu: order now!

Rate It!

If you like COOLjsMenu
vote for it!

ScriptSearch.com

HotScripts.com

Z-index issues: Flash movies


COOLjsMenu Professional may be used with Flash movies. Alas, not all browsers can show the menu in front of the movie, but IE5.5+ - most widely used platform - will allow to do this. Nothing special should be done to activate this feature.

Notice: this feature cannot be used with filters and transitions because of platform limitations.

Z-index issues: Form elements






COOLjsMenu Professional can be used over form elements like SELECT and INPUT. Newer Gecko-based browsers (Mozilla, Mozilla Firefox, Netscape 6+) and Opera 7+ do not expose any issues. Internet Explorer disregards z-index and draws form elements in front of the menu, but for IE5.5+ there is a nice workaround (you don't have to do anything special to enable it - it just works).

For older browsers (Opera 5-6, Netscape 4.x) not so nice workaround available: form will be hiddent when user uses the menu. To turn this workaround on you have to wrap form with a DIV:

<div id="form1">
<form style="margin: 0">
...
</form>
</div>

Then all such DIVs must be mentioned in the configuration file, like in the following code snippet:

var MENU_ITEMS1 = [
{..., forms_to_hide:['form1'], ...},

Notice: nicer workaround for IE5.5+ cannot be used with filters and transitions because of platform limitations.