【www.gdgbn.com--今天更新】

好了今天我们来看看css+div图文混排多列多行的图文排版方式的代码编写方式吧,先来看看效果图片.

这是效果图片,我们来看看css如何布局的;


        
加盟妙趣
         加盟理由
         投资问答
         加盟程序
         加盟政策
         加盟申请
         各店展示
       

       

        
人才中心
         人才理念
         招聘职位
         人才储备中心
       

       

        
客服中心
         我要订餐
         VIP专区
         联系妙趣
       

我们在css div布局里面用到如都用到dl dt dd等来实现.

.sitemapdl{
margin:50px 20px 0 0;
background:url(imgs/sitemapback.gif) no-repeat top left;
float:left;
height:200px;

width:130px;

border-right:1px dotted #e5e5e5;
}
.sitemapdt{
height:30px;
width:117px;
color:#ffffff;
font-size:13px;
font-weight:bold;
line-height:22px;
padding:0 0 0 7px;
}
#rclncotent dd{
margin:5px 0 0 10px;
padding:0 0 0 20px;
background:url(imgs/sitemapdot.gif) no-repeat 0 3px;
}
#rclncotent dd a:hover{
color:#fd8e1c;
}

好了写完了,本站原创转载请注明 www.111cn.net/cssdiv/css.html

本文来源:http://www.gdgbn.com/jintiangengxin/16928/