Show / Hide DIV
Only way?
Andy, as I noted on another post, this works naturally in IE 6 (maybe 5.5+). But if you add the hide div feature to make it work in NN\Opera, it actually makes it worse in IE by hiding what worked fine before. Is there a way (or going to be a way) to make the menu stay above a form\div without hiding the div, a la IE6? Thanks. Scott.
Re: Issues with Multiple ID definitions
I am having the same problem now...when I add the second form to the menu (i.e., "form1;form2") nothing is hidden.
It only seems to work with one form.
It only seems to work with one form.
racine wrote:I'm able to create a single ID definition to hide a single form element, no problems there. But as soon as I add a second ID ie:
"formstohide;formstohide2", // ID of the div you want to hide on MouseOver (useful for hiding form elements)
Then nothing works anymore (no form elements hide)
I'm placing seperate <DIV> tags around 2 different form elements. In some case in different forms, others in the same form.
Seems as soon as you add the second id name in the definitions, then it breaks.
Anyone done this? Or have any ideas?