【发布时间】:2014-01-07 16:35:03
【问题描述】:
我正在为我的表格使用不透明度,但我不想在我提到的 div 中应用该不透明度,如何实现这一点?
<table class="popup" style="background-color:#898989;
width:99%; opacity:0.8;filter:alpha(opacity=80); >
<tr>
<td>
<div>i dont want to apply transparency here</div>
<td>
</tr>
</table>
默认情况下,它在整个表格中应用透明度,这是我不想要的。
注意:我不能使用 RGBa,因为它与 IE7,8 不兼容
提前致谢。
【问题讨论】:
标签: html