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! While you're at it, check out some resources Treehouse students have shared here.

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

CSS

Dharmesh Sheth
Dharmesh Sheth
2,547 Points

drop 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

Tested 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
Dharmesh Sheth
2,547 Points

Brilliant. This solve the problem.

Thank you for your help