首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

兑现圆角

2012-09-10 
实现圆角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>

热点排行