View Full Version : Slightly transparent table background?


Justin00787
02-21-2003, 03:32 AM
I have a background image and I have text but the text is slightly hard to read so I was wondering if there was a way to make the background of the table a bit white so you can read the text but then you can still see the picture in the background. I hope you can figure out what I am saying. Thanks

Alcy
02-21-2003, 09:36 PM
It's a lot easier to open up the background in a graphics program and make it lighter there :).


This only works in Internet Explorer, and fades the entire table. You can use any number from 0 - 100:

<table style="filter: alpha(opacity:60)">
<tr>
<td>

Text.

</td>
</tr>
</table>