如何让我的页脚恢复正常

时间:2014-06-24 00:53:39

标签: html css3 footer

我试图让我的页脚重新抬起......身体其他部分之间的空间太大了。我不明白到底是什么让它保持下来。该页面的链接是。 http://rwarner10.mydevryportfolio.com/WGD232/ProjectMilestone/aboutme.html

以下是该页面的CSS3代码。

/*---about me---*/
#japhyryder{
   float: right;
   margin-top: 10px;
   margin-right: 350px;



}
#ryanimg{
   float: left;
   padding-left: 95px;
   margin-top: -185px;

}
#ryan{
   margin-left: 450px;
   margin-top: 50px;

 }

#bio{
   text-align: left;
   margin-right: 10em;
   margin-left: 450px;
   padding: 0px;   
   clear: both;
}

1 个答案:

答案 0 :(得分:0)

您为max-width指定div#wrapper(右边距的来源?);指定max-height会限制页脚上方的空间。