filters!!, gray-scale |
![]() ![]() |
filters!!, gray-scale |
Oct 16 2006, 07:30 PM
Post
#1
|
|
![]() aLLuRe SeNSueLLe ![]() Group: Member Posts: 9 Joined: Jan 2006 Member No: 344,794 |
does anyone know how to make all the images on your profile gray scale??
ive seen it be done b4 but idk how.. any help?? |
|
|
|
| *StanleyThePanda* |
Oct 16 2006, 07:34 PM
Post
#2
|
|
Guest |
Here is a recent topic about it:
http://www.createblog.com/forums/index.php?showtopic=155148 The code for linked image is this: CODE <style> a:link img {filter: Gray;} a:hover img { filter:none;}</style> Take out the "a:hover img { filter:none;}" if you dont want the linked image to change to the original color. And to get ALL the images that arent linked on your profile black and white, use this: CODE <style>img {filter: Gray;}</style>
|
|
|
|
Oct 16 2006, 07:40 PM
Post
#3
|
|
![]() aLLuRe SeNSueLLe ![]() Group: Member Posts: 9 Joined: Jan 2006 Member No: 344,794 |
aww why wont it work??
|
|
|
|
| *WHIMSICAL 0NE* |
Oct 16 2006, 08:48 PM
Post
#4
|
|
Guest |
^^ which part of it isn't working?
|
|
|
|
Oct 16 2006, 09:05 PM
Post
#5
|
|
![]() aLLuRe SeNSueLLe ![]() Group: Member Posts: 9 Joined: Jan 2006 Member No: 344,794 |
its not making any pics gray =[
|
|
|
|
| *WHIMSICAL 0NE* |
Oct 16 2006, 09:14 PM
Post
#6
|
|
Guest |
Hm. It should work.
CODE <style>img { filter:Gray;} a:link img { filter:Gray;} a:hover img { filter:Gray;} a:visited img{filter:Gray;}</style> Make sure you have it in style tags, and that you don't have any other codes that might be changing how your images look. It works just fine for me. |
|
|
|
Oct 16 2006, 09:38 PM
Post
#7
|
|
![]() aLLuRe SeNSueLLe ![]() Group: Member Posts: 9 Joined: Jan 2006 Member No: 344,794 |
IT DOESNT =[
WHY!!!!! LOL |
|
|
|
| *StanleyThePanda* |
Oct 16 2006, 09:40 PM
Post
#8
|
|
Guest |
What browser are you using?
That may be whats wrong, cause Im not positive that the code works in all browsers. |
|
|
|
Oct 16 2006, 10:33 PM
Post
#9
|
|
![]() aLLuRe SeNSueLLe ![]() Group: Member Posts: 9 Joined: Jan 2006 Member No: 344,794 |
WHAT DO U MEAN??
LIKE MOZILLA?? I HAVE THAT.. |
|
|
|
| *WHIMSICAL 0NE* |
Oct 17 2006, 08:55 AM
Post
#10
|
|
Guest |
I'm using AOL, and those work for me. They also work in my internet explorer.
|
|
|
|
| *StanleyThePanda* |
Oct 17 2006, 10:35 AM
Post
#11
|
|
Guest |
Yeah, it may just not work in Firefox or Safari.
I will try something, and edit this post. Maybe it will help/work. edit;; Hmm.. didnt work. Maybe it just doesnt work in Safari/firefox. Sorry. |
|
|
|
![]() ![]() |