> Hi all,
> Pls help !! I have menu above a drop-down listbox. The onmouseover event
> of the menu displays a list of choices/options, but unfortunately most
of
> these options disappear behind the drop-down listbox. It dosen't happen
> when it's a textbox.
> I'll be grateful for any suggestions/help
> Ta
> Ade'
in the javascript function that sets the visibility=visible for the div,
to show the popup box, also set the visibility=hidden for the select drop
down box. ie
document.<form name>.<select drop down object name>.style.visibility =
hidden
the <form name> and < select drop down object name> are case sensitive.
hope this helps!
Joe