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

Internet Explorer's filters

With Microsoft Internet Explorer you can use filters to add special effects to your menu (other browsers will silently skip these effects). Effects can be applied to all levels including the toplevel:

sub:[
    {levelFilters:'progid:DXImageTransform.Microsoft.Alpha(opacity=70)'},
    {code:'Item 1'},
    {code:'Item 2'},
    {code:'Item 3'}
]

Several filters can be applied to the same level. In this case they must be separated with spaces:

{levelFilters:'progid:DXImageTransform.Microsoft.Alpha(opacity=70) progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#CCCCCC,strength=5)'},

Internet Explorer also supports transitions (see demo).

For more information on filters and transitions, please read this article at MSDN: Introduction to Filters and Transitions.