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 Compass Basics Spriting with Compass Hover States with Magic Sprite Selectors

Cong Vo
PLUS
Cong Vo
Courses Plus Student 4,343 Points

I want active and hover, why?

<ul class="social"> <li class="active"><a href="#" class="icons-facebook">Facebook</a></li> <li><a href="#" class="icons-twitter">Twitter</a></li> <li><a href="#" class="icons-dribbble">Dribbble</a></li> <li><a href="#" class="icons-github">GitHub</a></li> <li><a href="#" class="icons-mail">Email</a></li> </ul>

Kevin VanderWulp
Kevin VanderWulp
5,180 Points

Can you be more descriptive about your inquiry?

Cong Vo
Cong Vo
Courses Plus Student 4,343 Points

I want to use the compass to write in this case the active menu . I create facebook-active.png but not