/* 第一种方式 */
#box3{
width:200px;
height:200px;
position:relative;
}
#box4{
width:99%;
position:absolute;
bottom:0px;
}
/* 第二种方式 */
#box3{
width:200px;
height:200px;
}
#box4{
width:99%;
position:relative;
top:-43px;
}
雨情雾语
2014-09-26
0 回答
举报
0/150
提交
取消