I am trying to make a CSS based dropdown and some how the dropdown stays behind the lower divs. Could anyone please check and see what am I doing wrong
Thanks in advance.
here is jsfiddle link
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.
You are setting the overflow property of the top panel to hidden, which hides part of the dropdown:
Try removing that line. Example: http://jsfiddle.net/grc4/yfbUC/1/