Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Newbie – HELP!! Reply To: CSS Newbie – HELP!!

#195781
Paulie_D
Member

I’m not entirely sure what it is you are trying to do but a background image there doesn’t seem right and the html structure seems a little overcomplicated.

My Problem is that I want the font to hover, in a different color, when anything of the whole box and also the picture box is hovered.

if I understand correctly, you want the text to change color when anything inside the div portfoliobox is hovered…right.

Then

.portfoliobox:hover {
color:red; /* example color */
}

should work. Let’s see….

http://jsfiddle.net/zvpvakaz/6/

Yep…I’ve disabled some items but as you can see…it works.

If you needed something else…or extra, we can look into that.