相对位置需要-px

时间:2011-11-11 11:10:42

标签: html css positioning

当我将我的页脚设置为相对时,它会从页面上掉落并最终需要-1800px才能将其放到内容的底部,但这会在底部留下一个巨大的空白区域,导致这种情况发生?你能做些什么来解决它?

      #footer {
      background-image: url(http://***.***.***.*/spvfooter.png);
      background-repeat: no-repeat;
      position: relative;
      top: -1280px;
      left: 550px;
      width: 1025px;
    height: 330px;
    color: white;
    line-height: 16px;
    text-align: justify
        } 

2 个答案:

答案 0 :(得分:0)

确保你的Div全部关闭。

Validate your code并使用css调试器确保清除所有浮动。

答案 1 :(得分:0)

如果您使用更多相关元素和定位(但是)它们,您应该记住它们的静态点(宽度和高度)包含。如果你把另一个元素放在它下面将是页面上的所有高度