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

Shows overflow: hidden, but its not actually in the CSS

Hey all. I am banging my head against the wall.

in the CSS on the development inspect browser my site shows overflow hidden for the .header class of the nav. but in the actual CSS it doesn't exist. im so confused.

yes my code is in-efficient.

http://walrusdev.com/fishingguide/guideindex.html

2 Answers

It's there; however, you're targeting the "head" element and not the "header" element, like I believe you intended to.

:)

I'll take a look. I am idiot, I made the changes but didn't delete the cookies/cache so it was loading the "old" page.