标签: javascript css internet-explorer
我正在尝试使用javascript来设置背景图片大小。
我有
image.style.backgroundSize = 133+'px '+106+'px'; image.style.backgroundRepeat = 'no-repeat';
在javascript中。
我的代码在Chrome和FF中效果不错,但在IE 7和IE 8中却无效。
Chrome
FF
IE 7
IE 8
我想知道是否有任何方法可以解决这个问题。谢谢你的帮助!
答案 0 :(得分:1)
它不起作用,因为IE7和IE8不支持CSS功能。
http://caniuse.com/#search=background-size