HasLayout(或其他一些 IE7)错误?

发布于 2024-12-08 22:14:38 字数 430 浏览 0 评论 0原文

我在获取正在开发的网站的大背景图像来显示这些背景图像时遇到了一些问题。我想知道这是 hasLayout 错误还是其他什么?

我无法使用任何类型的调试/开发工具来访问 IE7 盒子。本项目已经准备好了测试环境,可以在这里查看:

http://samira.dreamstarstudios.net/

在主 style.css 文件的第 54 行,您可以找到以下 CSS 背景代码:

.parent-pageid-128 #bg_samira, #bg_萨米拉{ 背景: url('../img/bg_samira_home.jpg')无重复顶部中心; }

有人能看到我遗漏的错误吗?

I'm having some trouble getting large background images I have for a site in development to show these background images. I'm wondering is it a hasLayout bug or something else?

I don't have access to an IE7 box with any kind of debugging / developer tools. A testing environment has been prepared for this project and can be viewed here:

http://samira.dreamstarstudios.net/

on line 54 of the main style.css file you can find the following code for the CSS background:

.parent-pageid-128 #bg_samira, #bg_samira {
background: url('../img/bg_samira_home.jpg')no-repeat top center;
}

Anyone able to see a bug that I'm missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

奢华的一滴泪 2024-12-15 22:14:38

背景属性中 no-repeat 之前缺少空格

There is a missing space before no-repeat in the background property

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文