Image filters arent working |
![]() ![]() |
Image filters arent working |
Apr 22 2006, 06:09 PM
Post
#1
|
|
![]() Fatbottom Girl ![]() ![]() ![]() Group: Member Posts: 70 Joined: Mar 2006 Member No: 387,700 |
For some reason my image filter arent working for the comments in my myspace heres the link
http://www.myspace.com/fatbottomgirl87 they are supposed to be black and white and turn to color with the mouseover.. I dont get whats wrong. |
|
|
|
Apr 22 2006, 06:46 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
If you use safari or ff they probably don't work.
Post your code.. If you didn't edit a thing on your myspace .. and they just stopped working. It can be a myspace problem. |
|
|
|
Apr 22 2006, 07:01 PM
Post
#3
|
|
![]() Fatbottom Girl ![]() ![]() ![]() Group: Member Posts: 70 Joined: Mar 2006 Member No: 387,700 |
CODE .mygen { Miscellaneous Properties } img { filter:none;} a:link img { filter:Gray;} a:hover img { filter:Alpha(Opacity=100);} and yes, i am using firefox. is there a way to make the image filter only work on your comments, and not the rest of your profile? |
|
|
|
Apr 22 2006, 07:11 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Try
img { filter:none;} a:link img { filter:Gray;} a:hover img { filter:Alpha(Opacity=100);} It should work on all your images now try img { filter:grey;} a:link img { filter:Gray;} a:hover img { filter:Alpha(Opacity=100);} Ask someone with ie and see if it works for them. |
|
|
|
![]() ![]() |