Is it possible to expand a ul li ul (drop down) if the text of ul li ul li goes outside the width of the box?
jsfiddle: http://jsfiddle.net/KAVzf/1/
Thanks 🙂
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.
Remove all references to
width: 100%from your menu (#midwrap #nav li ul,#midwrap #nav li ul li,#midwrap #nav li ul li a)Working example: http://jsfiddle.net/KAVzf/13/
Update
To resolve the issue with only the text being highlighted in the sub-menu on hover you need to add the following CSS to
#midwrap #nav li ul li:Working example: http://jsfiddle.net/KAVzf/22/