0
How can the z index changes the overlapping of an element
2 Antworten
0
z-index only work with "positionned" elements (css 'position' property should be anything but not the default value 'static': 'absolute', 'relative', 'fixed') wich are removed from the document main stream and are handled as layers...
0
Okay thanks