DHTML Menu Version 5.780 - Enhancement 7 Bug Fix

A place for finding information on new releases and new products
Post Reply
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

DHTML Menu Version 5.780 - Enhancement 7 Bug Fix

Post by John »

• 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.
John
Post Reply