HTML设置固定页脚飘浮

Css

/* 页脚 */
.footSty{bottom: 0pt; margin: 0pt; position: fixed; width: 100%; z-index: 10 ! important;}
.footSty div{text-align: center; background-color: white; border-top: 1px solid #8BAABF; padding: 5px;}

 

HTML

<div class="footSty">
    <div><span>技术支持:java小子也疯狂</span></div>
</div>

posted @ 2015-09-16 13:23  爱国学的程序员  阅读(1244)  评论(0编辑  收藏  举报