css方法div固定在网页底部

css

.bottom{100%;height:40px;background:#ededed;float:left;margin-bottom:0px;position:fixed;bottom:0;}/*重点后两句*/


body

<div class="bottom">
<p>网页底部</p>
</div>
原文地址:https://www.cnblogs.com/licongzhuo/p/4989788.html