1
地方的div我想根據顯示的圖像以放置div
。頂部那些已經完成但不能把底部的兩個我目前的樣式表如下:
#container {
position: relative;
height: 400px;
width: 100%;
min-width: 400px;
margin: 0 auto;
}
#left, #right {
position: absolute;
bottom: 201px;
}
#left {
left: 0;
width: 484px;
height: 195px;
}
#right {
right: 0;
width: 508px;
height: 196px;
}
還有一件事我的容器包含了所有的div
有人請幫助