Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS want help related z-index; Re: want help related z-index;

#116239
chrisburton
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;
}