<tr><td colspan=2 height=272 width=525 background='images/about_10_2.jpg> </td></tr>

解决方案 »

  1.   

    刚才错了,是这样的,但是可能不是你的答案:
    HTML { background-repeat : sRepeat }  
    Scripting object.style.backgroundRepeat [ = sRepeat ] 看看这个例子就知道了:
    <html>
    <head>
    <title>
    </title>
    </head>
    <STYLE >
        body { background-repeat:no-repeat }
    }
    </STYLE><body background="012.jpg">
    <table width=760 height=600>
    <tr ><td width=760 height=600  >asdgasjdgasdgl</td></tr>
    </table>
    </body>
    </html>
      

  2.   

    我想要的是内插页的文字滚动,背景不动!采用css的这个效果可以实现:
    HTML { background-attachment : sAttachment }  
    Scripting object.style.backgroundAttachment [ = sAttachment ] Possible Values
     
    但不太清楚是不是你想要的效果,你可以查查msdn.里面