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 trialJennifer Wise
17,126 PointsFramework Work Code Challenge
I am having a hard time with the following code challenge: "Next, give the li element on line 25 the class that sets the position of the dropdown menu and displays the arrow icon."
I looked through the documentation about drop downs with foundations but cant figure it out..
I know its probably right in front of me but I am missing it.
3 Answers
Andrew Shook
31,709 PointsIts wanting you to add the class to the li, so do you not know the class? You can find out more information here. Hint: the word dropdown is in the class.
Jennifer Wise
17,126 PointsThanks for pointing me in the right direction!
I knew it was right in front of me!
Thanks again!