gpt4 book ai didi

html - IE 中的背景图片

转载 作者:太空宇宙 更新时间:2023-11-04 04:22:39 25 4
gpt4 key购买 nike

由于某些奇怪的原因,背景图像未在 IE 中显示。我试过使用图像的完整路径,只使用背景而不是背景图像,使用 png、gif、jpg,在图像路径周围使用引号和双引号。基本上尝试了网上关于 IE 背景图片的所有建议

html, body {
margin: 0;
padding: 0;
width: 1008px;
margin: 0 auto;
font-family:"Trebuchet MS";
font-size:14px;
line-height: 190%;
text-align:left;
text-decoration: italic;
background-image: url(../images/bgr_top.jpg), url(../images/bgr_bottom.jpg);
background-repeat: repeat-x, repeat-x;
background-position:center top, center bottom;
}

我唯一的怀疑是我使用了两张图片,一张用于页面顶部,一张用于页面底部。另请阅读右括号后的空格,但不确定它是否相关,因为我在另一行使用 background-repeat:。

非常欢迎任何其他建议:)

最佳答案

background-image: url(../images/bgr_top.jpg), url(../images/bgr_bottom.jpg);

只能在支持 css3 的浏览器中工作,因此只能在 IE 9+ 上工作

支持所有浏览器的最佳方式是为每个背景使用单独的实体。

关于html - IE 中的背景图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18809553/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com