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 Selectors Advanced Selectors :root and :target

Michael Rockett
Michael Rockett
40,365 Points

When link is clicked, page moves down to the targets id

I know that if an elements id is put in a href attribute using a # that the link will move the page down to where that element is. Why does this not happen in this video?

1 Answer

Yulia Markina
Yulia Markina
12,616 Points

Hi Michael! It's actually jumps to the element, the page is just too short that everything you can see is on one screen. If you could add more content to the page, you could see it in action.

Hope this helps.