动态页面只有一个这样的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中没问题。