css table表格边框和背景图片

<style type="text/css">
  .rowsbg
        {
         color: #003366;
 background-image: url(images/tt_di22.gif);
 
}
   table
        {
            border-style: none;
            border-color: inherit;
            border-width: medium;
            border-collapse: collapse;
            width: 933px;
        }
        td
        {
            border: solid #cccccc 1px;
        }</style>

posted @ 2012-05-10 11:32  卢青松  阅读(8248)  评论(0编辑  收藏  举报