我尝试将元素的CSS设置为:url('example.png') center center 100% 100% no-repeat
但是我收到了错误:无效的属性值
定义应该是正确的,因为background属性值应如下所示:background: color position size repeat
我不知道,我错了什么。
答案 0 :(得分:3)
尝试
background: url('example.png') center center / 100% 100% no-repeat;
请注意斜杠
答案 1 :(得分:0)
已使用中心定义了位置。使用100%100%就像再次定义一个位置。尝试删除100%100%并检查。 语法是:url repeat / no-repeat scroll / no-scroll rightposition topposition color