底部的布局空间

时间:2012-04-29 08:28:02

标签: jquery html css

我的布局似乎有些问题。在Body标签之后,似乎会自动附加大量空间。这似乎是因为一些jQuery插件。有人可以帮助我。

2 个答案:

答案 0 :(得分:3)

#footer {
    background: url("../images/topNav.jpg") repeat scroll 0 0 transparent;
    clear: both;
    color: #EEEEEE;
    margin-top: 42px;
    width: 100%;
    position: static;
}

这将解决您的问题。
编辑:从现有的CSS定义中删除“position:absolute; bottom:0” 编辑2:添加位置:静态;

答案 1 :(得分:1)

Chrome Inspector会显示以下警告:

资源被解释为字体但使用MIME类型字体/ woff传输: movie_add.html:301

“http://themes.googleusercontent.com/static/fonts/cuprum/v4/sp1_LTSOMWWV0K5VTuZzvQ.woff”。

注意:点击 * movie_add.html:301 * 然后您会看到一些内容,我认为这会对您有所帮助。