日期:2014-05-17 浏览次数:20773 次
<div class="links">
    <fieldset>
          <legend>友情链接</legend>
    </fieldset>
</div>
.links{
    width:960px;
    height:50px;
    line-height:50px;
    margin-top:5px;
    margin-bottom:15px;}
    
.links fieldset{
    border:2px #A50B0D solid;
    width:946px;
    height:auto;
    vertical-align:middle;}
.links legend{
    color:#A50B0D;
    font-weight:600;}
    
.links a{
    margin-left:10px;
    margin-right:10px;}
<!DOCTYPE HTML>
<html>
    <head>
        <meta charset="gb2312" />
        <style>
.links{
    width:960px;
    height:50px;
    line-height:50px;
    margin-top:5px;
    margin-bottom:15px;}
    
.links fieldset{
    border:2px #A50B0D solid;
    width:946px;
    height:auto;
    vertical-align:middle;}
.links legend{
    color:#A50B0D;
    font-weight:600;}
    
.links a{
    margin-left:10px;
    margin-right:10px;}
        </style>
    </head>
    <body>
        <div class="links">
            <fieldset>
                  <legend>友情链接</legend>
            </fieldset>
        </div>
    </body>
</html>
------解决方案--------------------
帮你测试过,无问题