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 Framework Basics Prototyping with Foundation Build a Dropdown Menu

Give the ul on line 27 the class that positions the list of links and initially hides them. Framework Basics Foundation

Hello Fellas,

I am currently stuck at this one.. what am i doing wrong like seriously? I have tried basically everything to hide these.. but nothing helps.

Can somebody provides me the right class?

Thanks in advance.

Best regards, Nino

3 Answers

Zoe Peng
Zoe Peng
10,809 Points

You should add this class on line 27,

<ul class="dropdown">

It sounds like there is already a class in the css that you can apply to the ul tag that give the properties you want, you should just have to find it and apply the right one. Can you show the code?