View Full Version : Transparent Image Background


Pink4eva
01-15-2005, 06:39 PM
I am using this code to make the white background on images transparent

<style type="text/css">
p img{filter:chroma(color=white)}
</style>


But it seems to be bringing little white checkered spots up around my images.

Is their anyway to stop this?

pups1029384756
01-16-2005, 11:18 PM
<style>
img {filter:alpha(opacity=00);}
p img {filter:alpha(opacity=100);}
table, td {background: transparent;}
object {visibility: hidden;}
</style>

Pink4eva
01-18-2005, 04:26 PM
<style>
img {filter:alpha(opacity=00);}
p img {filter:alpha(opacity=100);}
table, td {background: transparent;}
object {visibility: hidden;}
</style>

It doesnt work.


It just makes the buttons clear so you cant see them :confused:

The images still have a white background.