In the below image my drop down menu is not displaying over the content.It is very transparent know.Can anyone help me what I have to add to make this drop down menu un-transparent.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your dropdown is probably a
divin the html dom. You could find the name of that `div’ and then apply a background to it using css:Edit:
Re looking at the image you posted it is most probably a problem with the
z-indexas others also suggested, since for example if you look at the ‘Technology/Connected TV’ header, that shows over the menu contents. That could be fixed by changing thez-indexof the dropdown menuwhere
100should be a number bigger than thez-indexof the rest items that you want it to overlap