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 trialAnn Frey
351 PointsOn my workspace, quick view on hover is selected, but I don't see colors when I hover over word in the code. What's up?
I've tried unchecking and rechecking view on hover and that didn't change anything.
4 Answers
Ayoub AIT IKEN
12,314 Pointsexample ?
Ann Frey
351 Points. #wrapper {max-width:940px; margin: 0 auto; padding: 0 5%; background: blue;}
Same result when html coding. When I hover over the word blue, there should be a color swatch that pops up and shows me the blue color. This doesn't happen.
Jacob Mishkin
23,118 Pointsthe only reason why I can think that the swatch doesn't show is because your not using background-color: blue; it should work with the shorthand.
Ann Frey
351 PointsDoesn't work on that either. Also doesn't work with {background-color: #6ab47b;} (I know that's green, not blue, but you get the point.)
Jacob Mishkin
23,118 Pointsdoes it show up at all? What does it look like in the browser? this might just be a workspaces issue.
Jennifer Wheeler
3,321 PointsTry opening Treehouse and Workspaces in Chrome. I was using Internet Explorer and had the same issue. I just tried Chrome and I was able to see the colors while hovering.
Jacob Mishkin
23,118 PointsJacob Mishkin
23,118 Pointsplease post your code in the question, and let's take a look at it.