Set the position
property of an element for its z-index
to work:
css
.el {
position: relative;
z-index: 100;
}
26 October 2014
Set the position
property of an element for its z-index
to work:
.el {
position: relative;
z-index: 100;
}