如何让一个div总是在页面底部显示
<style type="text/css">
body{margin:0;padding:0;}
div{width:100%;height:100px;background:#fc9;position:absolute;top:100%;margin-top:-100px}
</style>
<div></div>
body{margin:0;padding:0;}
div{width:100%;height:100px;background:#fc9;position:absolute;top:100%;margin-top:-100px}
</style>
<div></div>