Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Re: menu vs drop-down box


Message #1 by "joe" <woolwicharsenal@h...> on Wed, 19 Sep 2001 17:42:34
> 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

  Return to Index