在动态页面中,位置相对div的最高值在chrome中很奇怪

时间:2013-01-16 09:50:59

标签: jquery css google-chrome

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

0 个答案:

没有答案