erhsh 的另一个家

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

posted on 2011-03-23 19:37  erhsh  阅读(2109)  评论(0编辑  收藏  举报