动态页面只有一个这样的div;
<div id='test' style="position:relative;top:-130px;width:10px;height:10px"></div>
alert($('#test').css('top')) // why the result is not -130 in chrome?
这是测试用例。 http://jsfiddle.net/B6ea6/1/
感谢您的快速反馈。因为我通过ctrl + 鼠标中键放大了 chrome ,但在 IE 和 FireFox 中没问题。