これが私のページです: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を学んでいるので、あなたが持っているどんな入力も本当にありがたいです-ダニー