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!
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
jes cahn-thompson
Front End Web Development Techdegree Student 6,719 Pointscolor 'quick view' won't work when hovering in workspaces
the colors work fine when generating the website, so i'm not sure what could be causing the issue when hovering for a quick view. it has never worked, so this isn't a sudden glitch.
3 Answers

Sreng Hong
15,083 PointsWhich browser do you use?
I use Chrome and it works fine for me.

Paulo Menezes
6,662 PointsCan you provide the code please?

jes cahn-thompson
Front End Web Development Techdegree Student 6,719 Pointshere are a few examples:
a { color: #6ab47b; }
nav a, nav a:visited { color: #fff; }
header { background: #6ab47b; border-color: #599a68; }

Paulo Menezes
6,662 Pointsdid you use the pseudo-class :hover?

jes cahn-thompson
Front End Web Development Techdegree Student 6,719 Pointsi was able to solve it. it was the browser i was using.
jes cahn-thompson
Front End Web Development Techdegree Student 6,719 Pointsjes cahn-thompson
Front End Web Development Techdegree Student 6,719 Pointsthanks for the suggestion! sorry for the lagged response. i've been using firefox, so i suppose that could be the issue. i'll try another browser.
jes cahn-thompson
Front End Web Development Techdegree Student 6,719 Pointsjes cahn-thompson
Front End Web Development Techdegree Student 6,719 Pointsyou were right! chrome works fine. thanks.