-
2008-11-28
纯CSS实现圆角的代码 - [CSS文章]
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://leiglen.blogbus.com/logs/31909414.html
一段无图片纯CSS实现圆角的代码
<html>
<head>
<title>css圆角效果</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<style type="text/css">
div.RoundedCorner{background: #9BD1FA}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;overflow: hidden; background: #9BD1FA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
</style>
</head>
<body>
<div class="RoundedCorner">
<b class="rtop"><b class="r1"></b><b class="r2"></b><b class="r3"></b><b class="r4"></b></b>无图片实现圆角框
<br>fdsafdsa<br>
fdsafds
<b class="rbottom"><b class="r4"></b><b class="r3"></b><b class="r2"></b><b class="r1"></b></b>
</div>
</body>
</html>随机文章:
7周年 2009-11-04第二次团契 2009-11-042009-11-04 2009-11-04用CSS实现DIV中自动换行,并且里面的内容不准截断的方法. 2008-11-21CSS滤镜使用方法汇总 2008-11-20
收藏到:Del.icio.us







