Help - Search - Members - Calendar
Full Version: hover
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
LiLaZnGirL122
i know there are codes for when you hover an image it turns to a differnt picture like make it blurry or w/e but does any one know the code for like it turns all the pictures that are linki into BLACKAND WHITE and then when u hover it, it turns back to the original COLOR?
WHIMSICAL 0NE
I think this is what you're talking about
CODE
<style>
a:link img {filter: Gray;}
a:hover img { filter:none;}</style>


And if you want your images that aren't linked to show up like that use this:
CODE
img {filter: Gray;}
Azarel
Check these. Remember, they only work in IE.
LiLaZnGirL122
CODE
img {filter: Gray;}
i dont gget how it works i put it in my about me and my pictures are still color
moninja
you have the put the style tags as well.

CODE
<style>img {filter: Gray;}</style>

i think.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.