View Full Version : Another question about tables!!! =D


roxygurlie
08-10-2003, 06:17 PM
Is it possible to make a tables background see through? Like filtered or Im not sure what you call it..so then I can see my background through the table. Hope you understand, thankyou!

My table code (to help)

<center><table border="0" height="100%">
<tr>
<td bgcolor="#9966CC" width="600" height="300" valign="top"><font size="2" color="violet">textexttextext textie tex text is here</td>
</tr>
</table>

kittycat
08-10-2003, 07:08 PM
style="filter: alpha(opacity=70);"

This will change the opacity of everything in the table including text so you can see the background underneath. Add it to the table tag.

stargrl329
08-10-2003, 09:45 PM
thats completely true... but if you plan to use the table for images, it probably wouldn't be the best choice. since it would make the images transparent (and kind of funny looking) also. so if you plan to use a lot of images, you might want to open your graphics editor and edit your background image so it has a semi-transparent layer right underneath where your table will be.

you probably won't need that ... just a thought :D