| Author |
Menu appears behind list bax
|
Sachin KumarSri
Greenhorn
Joined: Jun 12, 2008
Posts: 9
|
|
Hi, In my jsp i used "multiple select list box" and also page has dropdown menu, whenever mouse goes on menu button, a dropdown menu appears.problem is, menu apears behind listbox .i used header.jsp for menu. please can anyone help me
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
When you are posting questions on browser issues, it helps to say what browser and what version it is. More details = better results. Internet Explorer has issues with select and flash. If you search through the forum, you woud see that this question is asked a lot. The solutions are Move the elements on the page around so this does not happen.Hide the elements on the page when the layer is opened.Place an iframe behind the layer that has the element showing through it. If you search the forum, you probably can get more detailed solutions. Eric
|
 |
Ashika Sharma
Greenhorn
Joined: Feb 17, 2005
Posts: 7
|
|
|
Try setting the z-index value on the two elements. The z-index value of the element that is getting hidden should be greater than the other element.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
Originally posted by Ashika Sharma: Try setting the z-index value on the two elements. The z-index value of the element that is getting hidden should be greater than the other element.
z-index does not matter with this rendering quirk in IE Eric
|
 |
 |
|
|
subject: Menu appears behind list bax
|
|
|