这是我的页面:http ://bad-sf.com/stemtest/about.html
请注意,即使内容小到不需要滚动,滚动仍然是一种选择。它可能与我的css有关吗?(以下):
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}
* {
margin:0;
padding:0;
outline: none;
}
html, body {
height:100%;
font-family: '_.regular';
font-size: 13px;
outline: none;
}
#wrap {
min-height:100%;
width:800px;
margin: 2% auto;
}
#main {
overflow:auto;
padding-bottom: 30px;
}
#smm {
width: 400px;
height: 200px;
float:left;
}
#footer {
position: relative;
margin-top: 0px;
height: 35px;
clear:both;
font-family: '_.regular';
}
谢谢!我仍在学习 html 和 css,因此您的任何输入将不胜感激 - Danny