通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
| [DHTMLET®](http://www.dhtmlet.com) | [属性清单 ](#)| 相关内容:SEE ALSO------------------------------------------  background  background-color  background-image  background-attachment  background-position  background-positionX  background-positionY  layer-background-color  layer-background-image | |-----|-----| background-repeat版本:CSS1  兼容性:IE4+ NS4+ 继承性:无   语法:   **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; }       苏沈小雨制作・保留所有权利 &copy2001 rain1977.comer . All rights reserved . Terms of Use .