语法: 
 
background-repeat : repeat | no-repeat | repeat-x | repeat-y 
 
参数: 
 
repeat :  背景图像在纵向和横向上平铺
no-repeat :  背景图像不平铺
repeat-x :  背景图像在横向上平铺
repeat-y :  背景图像在纵向平铺 
 
说明: 
 
设置或检索对象的背景图像是否及如何铺排。必须先指定对象的背景图像。 
对应的脚本特性为backgroundRepeat。
 
示例: 
 
menu { background: url("images/aardvark.gif"); background-repeat: repeat-y; } 
p { background: url("images/aardvark.gif"); background-repeat: no-repeat; }

解决方案 »

  1.   

    TD { background: url("images/aardvark.gif"); background-repeat: no-repeat; background-position:center center}
      

  2.   

    <td height="301" width="58%" bgcolor="#FFFFFF" background="image/success.jpg" background-repeat: no-repeat; background-position:center > 
        怎么不起作用呀??
      

  3.   

    <td height="301" width="58%" bgcolor="#FFFFFF" background="image/success.jpg"   style="background-repeat: no-repeat; background-position:center">