html - z-index and anchor tag -
i have div position relative , z-index :-1
. , have placed <a>
on div. seems <a>
not working when give postion :relative
parent. when change position absolute starts working. tell me why happening. want link work , far possible need keep parent div position :relative
, z-index:-1;
position:relative
make z-index relative parent.
Comments
Post a Comment