描述:一般我们都会在列表的头部放一个名称和更多,这样来突显出模块的重要性。如图所示:
HMTL代码:
<div class="title_bg6"> <h2>理事单位</h2> <div class="more3"><a href="#">全部>></a></div> </div>
CSS代码:
.title_bg6{ width:350px;background:url(title_bg5.gif) top left repeat-x; height:31px; line-height:31px;} .title_bg6 h2{ float:left; font-size:14px; color:#000; margin-left:10px;} .more3{ float:right; padding-right:10px; color:#243405;} .more3 a:visited,.more3 a:link{ color:#000;} .more3 a:hover{ text-decoration:underline;}