Home › Forums › CSS › want help related z-index; › Re: want help related z-index;
December 4, 2012 at 1:54 am
#116239
Participant
Not possible. Use relative positioning at the very least. But it really depends on your design and markup.
div {
position: relative;
z-index: 1;
}