不太懂这个怎么用哎
#box3{
width:200px;
height:200px;
position:relative;
}
#box4{
width:99%;
position:absolute;
bottom:0;
这样对图片的解释就会固定到图片下方了,不会因为浏览器的变化而随便动了。