DIV相对于父DIV底部对齐的实现方法

<style type="text/css"> .box1 {border:1px #cccccc solid;  width:500px; height:600px;position:relative;} .box2 {border-top:1px #cccccc solid; background:#f2f6fb; width:498px; height:22px; position:absolute; bottom:0;} </style> <div class="box1">     <div class="box2"></div> </div>

posted on 2009-11-09 11:13  画一个圆圈  阅读(173)  评论(0编辑  收藏  举报

导航