兑现圆角

实现圆角style typetext/cssb {display: blockoverflow: hiddenheight: 1px}.horn1 {margin: 0 2p

实现圆角
<style type="text/css">
b {
display: block;
overflow: hidden;
height: 1px;
}

.horn1 {
margin: 0 2px;
background: #333;
}

.horn2,.content {
border-color: #333;
border-style: solid;
border-width: 0 1px;
clear: both
}

.horn2 {
margin: 0 1px;
}
</style>
</head>


<body>
<div>
<b _fcksavedurl="#" target=_blank>很实用网站</A>
</div>
<b class="horn2"></b>
<b class="horn1"></b>
</div>


</body>