慕粉4406779
2016-11-21 20:20
有两张图片,分别在不同的位置(位置不是在四个角,而是内容区域),其中一张图片设置大小,如何设置?
借用楼上代码补充:
background: url("xxxx.jpg") no-repeat center/ 宽px 高px ,
url('xxxx.jpg') no-repeat;
background: url("xxxx.jpg") no-repeat / 宽px 高px , url('xxxx.jpg') no-repeat;
background-origin:content-box;
不知道还有没有其他,你试试看吧
十天精通CSS3
242696 学习 · 2623 问题
相似问题