我有一个512x512的图像我想用作我想要平铺的图案。我可以把它只用于重复-x,因为图像非常大并且不会重复-y,是否有一组特定的代码我应该像位置一样使用:某事或溢出:某事。
非常感谢, 亚伦
答案 0 :(得分:1)
尝试这些
的组合repeat-x;
repeat-y;
repeat;
background-position:center;
background-position:left top;
background-position:left center;
background-position:left bottom;
background-position:right top;
background-position:right center;
background-position:right bottom;
background-position:center top;
background-position:center center;
background-position:50% 50%;
background-position:10px 200px;
background-position:center bottom