是否可以使用小图片为背景div重复x和y? See example thanks.
答案 0 :(得分:20)
background-repeat: repeat;
http://www.w3schools.com/cssref/pr_background-repeat.asp:
重复 - 背景图像将垂直重复 水平。这是默认的
答案 1 :(得分:5)
是的,只需删除它们,默认值background-repeat: repeat;
就会启动:
答案 2 :(得分:2)
使用这个......
float: left;
width: 100%;
background: url(../images/img01.jpg) left top repeat;
height: 500px; //set the height to which you want to repeat