HasLayout(或其他一些 IE7)错误?
我在获取正在开发的网站的大背景图像来显示这些背景图像时遇到了一些问题。我想知道这是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
背景属性中
no-repeat
之前缺少空格There is a missing space before
no-repeat
in the background property