Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Product Updates
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:28

DHTML Menu Version 5.780 - Enhancement 7 Bug Fix


Poster: John
Dated: Thursday September 27 2007 - 15:14:44 BST

• Added the ability to insert menus into XML pages. To enable XML compatible menus add the property: _pageIsXML=true; and a reference to a menu container with _menuContainer="myMenu"; The menu container can be a standard DIV with an id that matches the specified _menuContainer reference, something like <div id="myMenu"></div>. Note that you will also need the fixMozzilaZIndex=true; parameter to combat the container DIVs offsets.
• Fixed problem with Firefox setting incorrect position of sub menus height when browsers horizontal scrollbars was removed.
• Fixed bug with Firefox setting incorrect sub menus position when scrollbars had been enabled and horizontal scrolling had been used.
• Fixed bug in IE displaying CSS borders on menus even though they were not visible.
• Fixed problem with IE causing flicker when opening and closing menus. Adding disableMouseMove will fix the flicker but will mean that tooltips, popup menus and context menus will no longer work.
• Modified the way closeonclick and keepalive work. These properties can now be declared to menu items. Also, modified the way menu items close parent sub menus if no URL is available. Here is a list of how menu items now work:

aI("text=has a URL, should close on click;url=http://www.google.com;");
aI("text=No URL, should stay active;");
aI("text=Has a URL But Kept Active;url=javascript:alert('Has a URL But Kept Active');keepalive=1;");
aI("text=Has a URL But Subs Close;url=javascript:alert('Has a URL But Subs Close');");
• Added two new properties subimagecss and onsubimagecss, these two properties allow for declaration of css classes for subimages in both on and off states.