<fieldset style="border:0;border-top:1px solid #CCC"> <legend style="color:green;font-weight:bold">ss</legend> </fieldset>
不错 不错 这个效果比较好 谢谢
方法不是很好,但可以实现
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
.left{width:20px; height:1px; background:red; float:left; margin-top:10px;}
.text{float:left; margin-left:2px}
.right{width:200px; height:1px; background:gray; float:left; margin-top:10px;}
</style>
</head>
<body>
<div class="left"></div>
<div class="text">联系我们</div>
<div class="right"></div>
</body>
</html>
楼上可以实现