Grayscale |
![]() ![]() |
Grayscale |
Jun 8 2006, 08:41 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 35 Joined: Dec 2005 Member No: 337,008 |
Is there a code to make all of the images on my page grayscale?
|
|
|
|
| *WHIMSICAL 0NE* |
Jun 8 2006, 08:11 PM
Post
#2
|
|
Guest |
The following code will make your images greyscale, your linked images greyscale, and when you put your cursor over them, they won't change back to color :)
CODE img { filter:Gray;}
a:link img { filter:Gray;} a:hover img { filter:Gray;} |
|
|
|
![]() ![]() |