Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 javascript 来设置背景图像大小。
我有
image.style.backgroundSize = 133+'px '+106+'px'; image.style.backgroundRepeat = 'no-repeat';
在 JavaScript 中。
我的代码在 and 中运行良好Chrome,FF但在IE 7and中不行IE 8。
Chrome
FF
IE 7
IE 8
我想知道是否有办法解决这个问题。谢谢您的帮助!
它不起作用,因为 IE7 和 IE8 不支持该 CSS 功能。
http://caniuse.com/#search=background-size