【发布时间】:2013-09-16 14:50:37
【问题描述】:
大家早上好,
我今天的问题是,我想将一些背景图像用于手机(视网膜和非视网膜),也用于桌面浏览器(例如 google chrome、firefox、internet explorer 的实际版本)。
我的 CSS,或者我如何使用它: .item { 背景图像: url(../images/list-background.png);背景尺寸:24px 24px; }
原始 list-background.png 是(对于视网膜设备)48*48* 像素宽度/高度。 在所有浏览器中,css3属性background-size都没有问题。
现在我的问题是支持 Internet Explorer 7 和 8。 在 ie7+8 中修复背景大小还有有用的解决方案吗?
【问题讨论】:
标签: css internet-explorer-8 background retina-display