Image Fade-In, Transparency Help |
![]() ![]() |
Image Fade-In, Transparency Help |
Jul 7 2005, 07:27 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jul 2005 Member No: 167,579 |
Hi, I'm using:
table table table td { background-color:110001; filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; } to make my tables transparent. Unfortunately, the code also makes my images transparent. Is there any way that I could make the images "fade in" (100% opacity) on a mouseover or have it so that the images are always at 100% opacity regardless of what I set the table transparencies to? |
|
|
|
Jul 7 2005, 07:51 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
I think becuase it's a "filter:" code it will apply to the whole page
|
|
|
|
Jul 7 2005, 08:47 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jul 2005 Member No: 167,579 |
So there is no way around it?
|
|
|
|
Jul 7 2005, 09:00 AM
Post
#4
|
|
![]() d@niel ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,267 Joined: Jan 2005 Member No: 91,453 |
yeah...ive used that filter before, and my images were transparent too...if you want your blog to be transparent, everything in it will also become transparent. hope that helped
|
|
|
|
![]() ![]() |