css - My dropdown menu hides behind DIV -
i using theme wordpress called velocity. working internally website not online right now. can see live preview of theme here.
the problem dropdown menuhided behind div automatically created theme. i've tried using z-index on both elements, did not work.
i didn't change code of menu, right must similar live preview on theme.
the code assined div (image) one:
.title { background-color:#291d1d; width:100%; margin-left:auto; margin-right:auto; background-color:#120404; opacity:0.7; padding:20px; border-radius:5px; opacity:0.7; padding-top:40px !important;}
here screenshot: http://i.stack.imgur.com/gb4we.png
any ideas on solving this?
you can try :
position:absolute; z-index:9999999;
apply in drop down ul class
thanx
Comments
Post a Comment