CSS background 在IE8浏览器不执行这段代码
答案:2 悬赏:60 手机版
解决时间 2021-04-13 16:03
- 提问者网友:蓝琪梦莎
- 2021-04-13 12:15
background: url(../img/bgss.png) no-repeat center center/100% 100%;
最佳答案
- 五星知识达人网友:三千妖杀
- 2021-04-13 12:44
background-size属性(即斜杠后面的两个100%)属于css3,要IE9+才支持。如果与其他background属性合起来写,就会使整个background属性失效,所以要想使它在IE8也有效果(当然没有背景图像的拉伸效果)就要这样:
background: url(../img/bgss.png) no-repeat center center;
background-size:100% 100%;
background: url(../img/bgss.png) no-repeat center center;
background-size:100% 100%;
全部回答
- 1楼网友:廢物販賣機
- 2021-04-13 14:08
在#maincontent里先写上宽度值是多少,再写上margin:0 auto;这样就可以居中了。
别写成margin-right:-245px;这个,因为各个电脑的频率是不一样的,所以行不通。
有啥不懂可以问我qq是:285405572
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯