| Author |
javascript dropdown over text field
|
Pranav Sharma
Ranch Hand
Joined: Oct 27, 2003
Posts: 254
|
|
I'am using javascript and css to create a drop down "navigation menu". however when the drop down menu comes over a text input field, the drop down gets blocked as in, the drop down does not hover over the text box. How do i solve this. If this not a known issue, i can put the code snippet im using to create the drop down. thanks [ October 26, 2005: Message edited by: mannu kapoor ]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Most browsers do not have problem with text field, but have problems with a select element. The solution is to place an iframe under the layer. How to implement it really depends on the code that exists. Eric
|
 |
Pranav Sharma
Ranch Hand
Joined: Oct 27, 2003
Posts: 254
|
|
Here is my code. Could you help me with this please the jsp the javascript The CSS Thanks (ps. changed mouseout and mouseover to miceout & miceover. onload to onlYload to post) [ October 28, 2005: Message edited by: mannu kapoor ]
|
 |
Pranav Sharma
Ranch Hand
Joined: Oct 27, 2003
Posts: 254
|
|
could you help me with this. i tried it with the select field and the select field over shadows the menu Thanks
|
 |
 |
|
|
subject: javascript dropdown over text field
|
|
|