页:
[1]
|
CSS如何实现不定高度的DIV内部底部对齐
如题
比如:#box1{
width:800px;
height:auto;
}
.box2{
width:400px;
height:40px;
}
<div id="box1">
...............这里高度不确定
<div class="box2"></div>
</div>
就是让box2底部底部对齐,前提是box1已经有包含一个背景图片了 |
Powered by Discuz! Archiver 6.1.0
© 2001-2006 Comsenz Inc.
Processed in 0.005845 second(s), 2 queries |