Milonic v5.0 Bug: HIDEDIV not running

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
xarli
Advanced
Advanced
Posts: 15
Joined: Mon Aug 11, 2003 3:58 pm
Location: Spain - Salou

Milonic v5.0 Bug: HIDEDIV not running

Post by xarli »

On v3.5.* you could specify the name of the DIV TO HIDE so FORM objects don't overlap the DHTML menu.

On v5.0, although there is a property related
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Looks like the bottom of your message got chopped off...
John
xarli
Advanced
Advanced
Posts: 15
Joined: Mon Aug 11, 2003 3:58 pm
Location: Spain - Salou

Post by xarli »

First of all, THIS IS NOT A BUG! :oops:

Guidelines for those ho have the same (unexistent) problem:

V3.5.*
:idea: Place your form inside a div and name it (remember to set the same value for name and id attributes). Suppose we name it howdyform.
:idea: Specify that name in the correct place when you create the menu, for a menu without submenus:

Code: Select all

addmenu(menu=["myOKMenu",29,520,,0,,XPMainStyle,1,,,0,1,0,,3,0,0,'howdyform',,0,,
,"An Item","/url/to/somewhere onbordercolor=406080;offbordercolor=60A0C0;",,,0
]);
V5.0
:idea: Assure your menu and form fall into the same div or no div at all !!!
Post Reply