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

HTML jQuery Basics (2014) Creating a Mobile Drop Down Menu Perform: Part 3

Marston Gould
seal-mask
.a{fill-rule:evenodd;}techdegree
Marston Gould
PHP Development Techdegree Student 17,314 Points

568 px issue?

Won't the code in this section have a problem if it is exactly 568 px? It would appear to me that if its at 568 both the max/min width routines would be valid.

1 Answer

I'm curious about this, too. When I slowly shrink my window, I can see that there's a point where I can make both the menu and the nav bar disappear.

Changing the code for the second media query so that the min-width is 569px instead of 568 seems to resolve this issue.