0

I'm looking for a real life example on how to do something like this:

Rollover on image causes highlight of text like on this page: http://shop.parklafun.com/t-shirts/

bikeechick
  • 65
  • 1
  • 7

2 Answers2

0

If i understand your question then -moz-transition not changing the text color. Here is the code whhich change the color:

div.ProductList div.grid_6:hover > a .ProductDetails h2
sandeep
  • 91,313
  • 23
  • 137
  • 155
0

It's not -moz-transition , it may be that the labelis hidden on that image and it is shown on onMouseOver Event of javascript.

Abhishek Singh
  • 6,068
  • 1
  • 23
  • 25