cssメソッドdivはWebページの下部に固定されています
362 ワード
css
body
.bottom{width:100%;height:40px;background:#ededed;float:left;margin-bottom:0px;position:fixed;bottom:0;}/* */
body
<div class="bottom">
<p> </p>
</div>