http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm
Hi,
I’m trying to make a dropdown menu with only css.
I don’t want to use javascript.
Can anyone help me to make this ?
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.
Yes, it’s possible. Here is not a free-code website. Just to give you an idea take a look at this:
You can use CSS pseudo classe
:hoverto determine to show submenus or not.HTML:
CSS
Look at Fiddle