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 How to Make a Website Customizing Colors and Fonts Organize CSS with Comments

the color display is not showed when the mouse cursor is place up on the hexadecimal code. How do I get it to show?

When working in workspace or during the exercise challenge, after entering the hexadecimal color code, with the mouse cursor by the code, I can't get it to display the color. I do my training through window 7 boot camp with my macbook pro. Is there a way to get it working?

5 Answers

I don't think that feature is enabled while in the code challenges, only in workspaces itself. I don't think he is referring to actually coding a hover statement.

I remember trying this in several code challenges myself and the box doesn't pop up.

Hi van

are you trying to change the color on the hover state if so.

.example:hover{
   color:#000;
}
Mike Kohl
PLUS
Mike Kohl
Courses Plus Student 6,793 Points

On the menu bar ( in workspaces ), click on "View" and make sure "Quick View On Hover" is checked.

Dominique Ryan
Dominique Ryan
1,359 Points

I'm having the same issues when trying to work on my Macbook in Firefox. When I hover with my cursor despite "quick view on hover" being checked I still can't see the color.

I am also having an issue with this same problem.

I have been having the same issue but I attribute it to the browser and OS combination...Are you using any Linux distro(s) and if so what browser? I am using Ubuntu 10.04 with Firefox and the hover color preview does not work even with the "quick view on hover" selected in my workspace.