hover |
![]() ![]() |
hover |
Oct 15 2006, 02:27 PM
Post
#1
|
|
![]() LiLaZnGurL ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 969 Joined: Jul 2004 Member No: 29,072 |
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* |
Oct 15 2006, 03:10 PM
Post
#2
|
|
Guest |
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* |
Oct 15 2006, 03:45 PM
Post
#3
|
|
Guest |
Check these. Remember, they only work in IE.
|
|
|
|
Oct 15 2006, 04:47 PM
Post
#4
|
|
![]() LiLaZnGurL ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 969 Joined: Jul 2004 Member No: 29,072 |
CODE img {filter: Gray;} i dont gget how it works i put it in my about me and my pictures are still color
|
|
|
|
Oct 15 2006, 04:52 PM
Post
#5
|
|
![]() R U A Q T ? [; ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 7,276 Joined: Jun 2006 Member No: 421,631 |
you have the put the style tags as well.
CODE <style>img {filter: Gray;}</style> i think. |
|
|
|
![]() ![]() |