Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Dharmesh Sheth
2,547 Pointsdrop down menu
Hi there, I have a problem with the drop down menu for the website which i am building. When i hover over submenus which drop down, does not stay down longer when i am trying to make a selection. How do i resolve this?
This is the website which I am working on: http://dssai.com/tempdomain/
drop down menu start from service button on the navbar
2 Answers

Martin Jones
Front End Web Development Techdegree Graduate 44,227 PointsTested in Chrome, one quick fix would be to remove the top margin for the class .sub-menu, currently has this set to margin: 2px 0 0;

Dharmesh Sheth
2,547 PointsBrilliant. This solve the problem.
Thank you for your help