我有一个问题,我将img设置为表格的背景, 见下文
<table id ='outertable' style="background: url(courierimages/biglogo.jpg) no-repeat center;opacity:0.2;filter:alpha(opacity=20);">
<tr>
<td>
<table id = 'innertable'>
<tr>
<td><input type = "text"></td>
</tr>
</table>
</td>
</tr>
</table>
此处不透明度也适用于内部表。但我只需要它就可以了。请指导一下,提前致谢。
答案 0 :(得分:2)
应用于父元素的不透明度将始终由其子元素继承。
有一些hacks that works with IE,但这不是一个好的解决方案......
答案 1 :(得分:0)
使用css在内表上显式设置背景颜色,例如。在样式表中添加以下内容
#innertable background-color:#fff