我正在使用bootstrap来构建网页。
出于某种原因,在我的主页上,http://graph.facebook.com/1477079525902964/picture
的值小于其他页面。
对于$('.footer').position().top
,它会返回44,但#home
在$(document).height() = 3066
时,它会返回866和#learningCenter
。
由于隐私原因,我无法提供所有内容,但是有没有知道发生了什么?
我的一些代码示例。
$(document).height() = 1011
答案 0 :(得分:0)
原来我的#home
div / tab-pane有position: absolute
,更改为position: relative
修复了它!