首页 > Web开发 > 详细

CSS div

时间:2014-03-28 19:54:29      阅读:416      评论:0      收藏:0      [点我收藏+]
bubuko.com,布布扣
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>Insert title here 
        </title>
        <style type=text/css>
            body{padding:0;margin:0;text-align:center}
            .main{width:930px;margin:0 auto;}
            .main-content{width:100%;}
            .left{width:30%;float:left;clear:left;height:700px;background-color:#ccffaa;}
            .right{width:70%;float:right;clear:right;height:700px;background-color:#eedddd;}
            .bottom{position:relative;width:100%;clear:both;}
            .clear{clear:both;}
        </style>
    </head>
    <body>
        <DIV class="main" align=center>
            <div style="background:#bbddbb; width:100%"><center>首页、注册、联系我们</center></div>
            <div class="main-content"> 
                <div class=right >  
                    右侧部分<br />
                    右侧部分<br />
                    右侧部分<br />
                    右侧部分<br />
                </div>
                <div class=left>  
                    左侧部分<br />
                    左侧部分<br />
                    左侧部分<br />
                    左侧部分<br />
                    左侧部分<br />
                    左侧部分<br />
                </div>  
            </div>
        
            <div class="bottom">
                <center style="background-color:#ddeedd">底部</center>
            </div>  
        </DIV>
    </body>
</html>
bubuko.com,布布扣

CSS div,布布扣,bubuko.com

CSS div

原文:http://www.cnblogs.com/dingyingsi/p/3629863.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!