ie6 下 table row 使用background-image 不显示
时间:2011-03-23 来源:erhsh
<style>.Row{background: url(/images/tr-background.gif) no-repeat 0 0;}</style>
<table>
<tr class="Row">
<td>Row 1</td>
<td>Row 2</td>
<td>Row 3</td>
</tr>
</table>
在ie6及Safari下background没显示出来。
解决方法:
<style>.Row td{background: url(/images/tr-background.gif) no-repeat 0 0;}</style>
参考资料:http://www.plexusweb.com/staff/colin/blog/post/95/Need-a-background-image-on-a-table-row
相关阅读 更多 +