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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -