我在定义left
,right
和bottom
的元素上调用getComputedStyle。
在Chrome中,这会返回'auto'
作为top
的值,但在Firefox中,它将返回像素值,但是,如果您在Firefox中查看检查器,则top
值不会显示在计算 Pane 中。
有什么办法可以解决此问题?这是显示问题http://jsfiddle.net/DEfusion/9NaGD/的小提琴
最佳答案
通过:https://developer.mozilla.org/en/docs/Web/API/window.getComputedStyle
关于javascript - Firefox getComputedStyle不返回任何计算值,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/23614845/