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 CSS Foundations Selectors Link and User Action Pseudo-Classes

Cameron Patey
Cameron Patey
6,532 Points

Error found in video at 8:02 mins

At approximately 8:02 minutes the teacher directs me to use

input:focus

when it should be

a:focus

the problem becomes apparent when the teacher shows the result of "input:focus" which is that the links that should now highlight in yellow as they're tabbed through. input:focus causes only the input forms to highlight in yellow as they are tabbed through.

at around 8:23 mins the teacher shows style.css again with the correct code, which is a:focus

With a bit of editing i'm sure this is an easy fix :)

Goodluck!

1 Answer

Ana Gledovic
Ana Gledovic
7,465 Points

Hi Cameron, I think you should write an email to help@teamtreehouse.com to report a problem, if you didn't already :) Best, Ana