CSS巧妙实现分隔线的几种方法

友情链接

.link_title {
   border-top: 1px solid #ddd;
   height: 1px;
   text-align: center;
}
.link_title span {
   background: #fff none repeat scroll 0 0;
   padding: 0 20px;
   position: relative;
   top: -12px;
}

]]>