0

这是我的 div

<div class="imgBox" id="imgBox" style="margin:auto;zoom:100%;">
//content
</div>

当我在脚本中提醒缩放值时

alert(parseInt(document.getElementById("imgBox").style.zoom));

它在 IE9 中正确返回为 100,但在 IE8 中错误地返回为 1。

这里有什么问题???

谢谢

4

0 回答 0