pics |
pics |
Dec 23 2005, 11:59 AM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 26 Joined: Jun 2005 Member No: 153,330 |
can sum-1 help me make all my pictures on my page black and white please!!!
|
|
|
|
![]() |
Dec 23 2005, 03:35 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
QUOTE "Filters only work for netscape v. 1-9 and are not firefox compatible." QUOTE To add this effect to one image: <img src="url_to_image" style="filter: gray;"> All images <style type="text/css"> img { filter:gray; } </style> Hovered Images: <style type="text/css"> img { filter: none; } a:hover img { filter:gray; } </style> Filtered Images, normal when hovered: img { filter:gray;} a:hover img { filter: none; } Just add any of the codes that you wish to use. |
|
|
|
![]() ![]() |