Click to See Complete Forum and Search --> : im back to spread more problems...


xataku_nakusute
07-10-2003, 12:26 AM
im wondering if theres a way to give <td> elements opacity properties...
if any of ya could help, please reply
and im desperate enough to accept the code in any language as long as its in js, html, xhtml, dhtml, html, css, or something of the sort

thanx

~~ )(aTaKu |\|aKaSuTe ~~

http://www.xataku.tk/

PS: email me or contact me if ya got any suggestions for me/my website

Mr J
07-10-2003, 11:47 AM
Do you mean like this


<table border=1 width=100%>
<tr><td style="filter:alpha(opacity=80)" bgcolor="red">Dummy Text</td>
<td style="filter:alpha(opacity=60)" bgcolor="red">Dummy Text</td>
<td style="filter:alpha(opacity=40)" bgcolor="red">Dummy Text</td>
<td style="filter:alpha(opacity=20)" bgcolor="red">Dummy Text</td></tr>
</table.