日期:2014-05-17 浏览次数:20824 次
<style type="text/css">
body{
    margin:auto}
    .content{
        BORDER: #dbdbdb 1px solid;
    TEXT-ALIGN: center;
    margin:0px auto;
    MARGIN-TOP: 10px;
    WIDTH: 928px;
    BACKGROUND: #fff;
        
        
        }
        
        .content.left{
            width:600px;
            height:300px;
            float::left;
            background:green;
            overflow:hidden;
            
            }
            .content.right{
                width:280px;
                float:left;
                background:yellow;
                background:red;
                }
</style>
<div class="content"> <div class="left"> <p>test</p> </div> <div class="right"> </div> </div>