![]() |
|
||||||||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||
|
|
|
|
#1 |
|
WLC Member
Join Date: Jul 2008
Posts: 10
|
I have a plugin I'm using that has a drop down from a <select>.
The z-index of the div that is dropping down is set to 1010 default. The other element do not have a z-index set at all, yet this is being hidden. Is there another property I should look into? I would like to have this show on top of all other elements as it will be closed. |
|
|
|
|
|
#2 |
|
WLC Member
Join Date: Aug 2012
Posts: 3
|
Give 'The other element' a position: relative; and a z-index: 9999, and see if that makes it move to the top.
Without code I can't really tell what the problem is. |
|
|
|
|
|
#3 |
|
WLC Member
Join Date: Jul 2008
Posts: 10
|
Hey thanks for the quick response... I have tried this it seems to be having the opposite effect.. weird.
I will try to get the code together, so many moving parts. |
|
|
|
|
|
#4 |
|
WLC Mod
Join Date: Jul 2009
Location: Milky Way Galaxy
Posts: 3,138
|
Put position:relative and z-index:xx on both elements, then just give the one you want on top the higher z-index.
__________________
Praise be to the Lord God for the ability to learn, the capability to analyze, and the time to help users on this forum. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
Hybrid Mode |
|
|