Footer始终定位在页面底部(同Sticky Footer效果相同的另一种解决方法)
html{height:100%;overflow:auto;}
body{margin:0;padding:0;position:relative;height:auto !important;height:100%;min-height:100%;text-align:center;}
#footer{position:absolute;width:100%;clear:both;height:50px;border-bottom:1px solid red;border-top:1px solid #333;margin-top:20px;bottom:0;left:0; background: #ccc;}
浙公网安备 33010602011771号