作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
最佳答案
您可以使用position: absolute
。
.container
{
height: 400px;
position: relative;
}
.adInfoBox1 {
padding: 5px 5px 5px 10px;
position: absolute;
bottom: 0px;
width: 457px;
background-color: green;
}
.adRegularList .categoryList {
bottom: 0;
height: 16px;
position: absolute;
}
请在此处查看工作示例:http://jsfiddle.net/hxXJh/5/
关于html - 如何将div放在另一个div的底部?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5344438/
我是一名优秀的程序员,十分优秀!