【发布时间】:2015-05-25 18:09:50
【问题描述】:
由于某种奇怪的原因,我的页脚出现在我页面内容的后面,不再是正确的高度,我似乎无法修复它。我尝试了其他答案,但没有一个有效。这个可以查看here.有人有什么想法吗?
.reviewwidget {
width: 45%;
margin-bottom: 25px;
float: left;
}
.reviews {
width: 55%;
float:right;
}
.single-review {
position: relative;
width:55%;
float:right;
}
.quotation {
position: relative;
width: 50px;
z-index:500;
}
.quotationend {
position: relative;
float:right;
width: 50px;
z-index:400;
margin-top:-10px;
}
.single-review p {
position: relative;
z-index: 550;
margin-top: -20px;
font-size:16px;
font-style: italic;
}
Footer {
background-color: #0b1b23;
color: #ececec;
padding: 5%;
font-family: centrale_sans_regularregular, helvetica;
position:relative;
}
【问题讨论】: