我的网页中有以下三个 div!
#header { //top div
height: 60px;
min-width: 1024px;
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
display: block;
}
#content { //middle div
min-width: 1024px;
min-height: 585px;
}
#buttons { //bottom div
min-width: 1024px;
height: 120px;
max-height: 120px;
background-color: rgba(229, 229, 255, 0.76);
}
如图所示,当分辨率改变时,内容 div 不会扩展!如何使内容 div 扩展以适应页面大小!没有任何垂直滚动条!