NYColt
01-19-2004, 01:39 PM
Hello All,
I have a table that I want to have a colored background. I want the backround to have some opacity to it. I will have text within the cells.
The problem I am having is that I am able to control the opacity of the background but that also makes the cell text fade too.
Is there a way to keep the text from being affected by the opacity setting?
<table width="400" height="300" border="0" bgcolor="#000080"style="-moz-opacity:40%; filter: alpha(opacity=40);">
<tr>
<td><b>Test Text</b></td>
</tr>
</table>
Thanks
NYColt
I have a table that I want to have a colored background. I want the backround to have some opacity to it. I will have text within the cells.
The problem I am having is that I am able to control the opacity of the background but that also makes the cell text fade too.
Is there a way to keep the text from being affected by the opacity setting?
<table width="400" height="300" border="0" bgcolor="#000080"style="-moz-opacity:40%; filter: alpha(opacity=40);">
<tr>
<td><b>Test Text</b></td>
</tr>
</table>
Thanks
NYColt