背景重复似乎在 IE6 中不起作用

发布于 2024-09-15 04:59:56 字数 411 浏览 4 评论 0原文

我已经在我的页面上应用了这样的背景,

body
{
background:#FFFFFF url('images/color.png') repeat top left;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:80%;
font-style:normal;
font-variant:normal;
font-weight:normal;
white-space:nowrap;
margin:0 auto;
height:100%;
}

这似乎适用于 IE7、firefox 和 chrome,但肯定不适用于 IE6。

替代文本

I ve applied a background to my page like this,

body
{
background:#FFFFFF url('images/color.png') repeat top left;
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:80%;
font-style:normal;
font-variant:normal;
font-weight:normal;
white-space:nowrap;
margin:0 auto;
height:100%;
}

This seems to work in IE7,firefox and chrome but certainly not in IE6.

alt text

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

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

发布评论

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

评论(3

巨坚强 2024-09-22 04:59:56

IE6 讨厌 pngs..:) 更不用说在后台渲染它们了..!你需要某种 PNGFix 来实现这一点。我通常使用 这个

IE6 hates pngs..:) leave alone rendering them in background..! you will need some sort of PNGFix for this.. I usually use this

拔了角的鹿 2024-09-22 04:59:56

ie6 不能很好地渲染 png。也许你应该只使用 gif 或 jpg?

ie6 doesnt render pngs well. maybe you should just use a gif or jpg?

思念满溢 2024-09-22 04:59:56

你为什么要使用透明的 png 呢?使用 gif 会是一个更好的解决方案

why would you use a transparent png for that? Using a gif would be a much better solution

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