这段代码挺好玩
11:16 AM 2006-11-13 | 逍遥老鬼 | 日志分类:DIV+CSS
有时间学习下阿,这里设置了bottom:0px;
<style>
body {
margin:60px 0;
}
.content {
width: 800px;
height: 100px;
margin: 0px auto;
margin-bottom:20px;
border:1px solid #9BDF70;
background-color: #F0FBEB;
position:relative;
}
.content h5 {
margin: 1px;
background-color: #C2ECA7;
height: 24px;
padding:5px;
position:absolute;
bottom:0;
width:788px;
}
* html .content h5 {
width:796px;
}
</style>
<div class="content"><h5>这里怎么放到下面呢?</h5>35413516541</div>
