<td height="100" width="100" background="test.gif" style="background-repeat:no-repeat"></td>

解决方案 »

  1.   

    <!--style-->
    .style_center {
    background-image: url(/images/index_magazine_back02.gif);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    }
    <!--style-->
    <td height="100" width="100"  class='center'></td>
      

  2.   

    <style type="text/css">
    .style_center {
    background-image: url(/images/index_magazine_back02.gif);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    }
    </style><td height="100" width="100"  class='center'></td>
    刚才打错字了,不好意思
      

  3.   

    <style type="text/css">
    .style_center {
    background-image: url(/images/index_magazine_back02.gif);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    }
    </style><td height="100" width="100"  class='style_center'></td>
    刚才打错字了,不好意思