I want the div1 to be above div2. I try with z-index but it does not work.
div1
div2
z-index
I\'ve tried this code:
The default property for div is position:static, Add position:relative in both the div then only z-index will work.
div
position:static
position:relative