almost243
11-27-2005, 03:16 AM
Heyy, can anyone help me with image hover effects?
I want it so that my pictures are black and white, but colored when they are hovered.
Can anyone help me out? =]
PebblesL5
11-27-2005, 11:43 PM
Hmmm..I forget the code....but I know a site with some great hover afrects, its called mbif.net, take a look, you might find what your looking for.
letsgetkinky1988
11-29-2005, 08:44 PM
Heyy, can anyone help me with image hover effects?
I want it so that my pictures are black and white, but colored when they are hovered.
Can anyone help me out? =]
<style type="text/css">a:link img { filter: Gray; }
a:hover img { filter: none; }</style>
that should do it