picture help |
![]() ![]() |
picture help |
Feb 28 2006, 02:09 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Feb 2006 Member No: 382,437 |
basically i have a layout all set up and i just want to know how to make all the pictures that i have on my myspace black and white and then turn to their natural color when you hover over them
if anyone can help that would be superb xxjessxx |
|
|
|
Feb 28 2006, 09:43 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
CODE <style type="text/css"> a:link img { filter: gray; } a:hover img { filter: none; }</style> I think.. |
|
|
|
Feb 28 2006, 10:36 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Feb 2006 Member No: 382,437 |
Thanks that helped....but there's like four of my pictures under my friends that are still in color...but then that same picture in my comment section is in black and white...so I don't know what's going on there...
Thanks though... -xxjessxx |
|
|
|
Feb 28 2006, 10:48 AM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
Oh, you meant all of the pictures? I thought you meant only the links. Well, try this(merged with the above code).
CODE <style type="text/css">
a:link img, img { filter: gray; } a:hover img, img:hover { filter: none; }</style> |
|
|
|
![]() ![]() |