设置网页自适应最大最小宽度,超过则隐藏

#chat{
    width:100%;
min-width:500px;
width:expression_r(document.body.clientWidth < 1000 ? "1000px": "auto" );

    bottom: 1px;
    /*width: auto;*/
    height:auto;
    overflow:hidden;
    margin-left: auto;
    margin-right: auto;
    background:#8FBAE5;
    text-align:center;
}

 

posted @ 2014-02-25 14:02  kanek  阅读(1109)  评论(0编辑  收藏  举报