robindean
06-19-2007, 09:11 AM
I'm reading on some sites that z-index applies to positioned elements.
On other sites I'm reading that it only applies to elements which are positioned absolutely ( position: absolute; ).
If I use position: absolute; on the elements in question, things look bad and don't behave properly.
Is it okay to use position: relative; with z-index?
On other sites I'm reading that it only applies to elements which are positioned absolutely ( position: absolute; ).
If I use position: absolute; on the elements in question, things look bad and don't behave properly.
Is it okay to use position: relative; with z-index?