【发布时间】:2014-09-05 19:07:52
【问题描述】:
当我在做这个项目时,我遇到了在操作系统窗口下在 Firefox 中缩放的问题。如果您将浏览器页面的比例从 100% 更改为 90%(例如),切断背景图像,问题仅出现在 firefox 中,仅在 windows 或 ubuntu 中出现,在 mac os 上正常工作。可能有人遇到并会建议您如何修复此错误。
示例:http://jsfiddle.net/uL53nd7z/1/
div {
background-image: url(http://oi60.tinypic.com/jal5wh.jpg);
background-repeat: no-repeat;
height: 23px;
width: 23px;
}
【问题讨论】:
标签: html css firefox zooming background-image