发布于 2012-04-28 22:43:40
设置minimum-width就可以了
示例css
header {
height: 303px;
min-width:950px;
background: url('images/head_bg.jpg') center no-repeat,
url('images/head_liq_bg.jpg') left top repeat;
text-align: center;
}https://stackoverflow.com/questions/10364189
复制相似问题