css+div圖文混排多列多行

來源:互聯網
上載者:User

好了今天我們來看看css+div圖文混排多列多行的圖文排版方式的代碼編寫方式吧,先來看看效果圖片.

這是效果圖片,我們來看看css如何布局的;

<dl class="sitemapdl">
         <dt class="sitemapdt">加盟妙趣</dt>
         <dd><a href="http:///jmmq/jmly.php">加盟理由</a></dd>
         <dd><a href="http://www.111cn.net">投資問答</a></dd>
         <dd><a href="http://www.111cn.net">加盟程式</a></dd>
         <dd><a href="http://www.111cn.net">加盟政策</a></dd>
         <dd><a href="http://www.111cn.net">加盟申請</a></dd>
         <dd><a href="http://www.111cn.net">各店展示</a></dd>
        </dl>
        <dl class="sitemapdl">
         <dt class="sitemapdt">人才中心</dt>
         <dd><a href="http://www.111cn.net">人才理念</a></dd>
         <dd><a href="http://www.111cn.net">招聘職位</a></dd>
         <dd><a href="http://www.111cn.net">人才儲備中心</a></dd>
        </dl>
        <dl class="sitemapdl">
         <dt class="sitemapdt">客服中心</dt>
         <dd><a href="http://www.111cn.net">我要訂餐</a></dd>
         <dd><a href="http://www.111cn.net">VIP專區</a></dd>
         <dd><a href="http://www.111cn.net">聯絡妙趣</a></dd>
        </dl>

我們在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

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.