现在的位置: 首页 > 综合 > 正文

Sticky Footer , fixed footer, pinned footer

2013年06月01日 ⁄ 综合 ⁄ 共 209字 ⁄ 字号 评论关闭

1. through css

    #footer {

   position:fixed;

   left:0px;

   bottom:0px;

   height:30px;

   width:100%;

   background:#999;

}

2. jQuery Easy Pinned Footer

http://jack-fx.com/net/2013/05/21/sticky-footer-fixed-footer-pinned-footer/

抱歉!评论已关闭.