gpt4 book ai didi

css - 背景上的多个图像

转载 作者:行者123 更新时间:2023-11-28 10:57:53 25 4
gpt4 key购买 nike

我正在尝试使用以下 CSS 代码创建一个包含多个背景图片的页面:

body {
background-image:url(../i/bg_bf.jpg), url(../../../../test.png) ;
background-position: top center, bottom left;
background-repeat:no-repeat;
padding-top:3px;
}

它在 Firefox 上运行良好,但在 IE 中不显示任何图像。

有什么建议吗?

最佳答案

IE 不支持多个背景/图像,至少在 IE9 之前是这样,they're a CSS3 feature , 你可以找到它们 in the spec herespecifics here .

关于css - 背景上的多个图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3620769/

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