在以下页面上:http ://www.mkleinwebdesign.com/optimarestore/faq/
当多个问题被切换打开/展开时,它会将页脚向下推。有没有办法修复它,使白色内容部分在顶部展开并且不会将页脚内容向下推?
HTML
div class="content left" style-"margin-right: 30px; min-height: 500px">
CSS
.content {
background: white;
padding: 35px;
margin-top: 30px;
color: #767676;
line-height: 22px;
}
.left {
float: left;
width: 57%;
}
先感谢您!!