https://github.com/lianbinghua

解决页面右边空白问题

.header{
width:100%;
height:100px;
background:red;
color:#333333;
}

<div class="header">
aaaaaaaaaaaaaaeeeeeeeeeeeeeeeeeeeeeeddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddssssssssssssssssssssssssssssssssqqqqqqqqqqqqqq
</div>

这样写样式,会造成当页面缩小时,向右拉动滚动条,发现右边有空白。

解决办法,(不支持ie6及以下版本):body{min-width:1000px;}

posted @ 2014-07-18 16:20  连冰华  阅读(914)  评论(0编辑  收藏  举报