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

不要切图的页面圆角

2012-09-07 
不用切图的页面圆角style typetext/css!--.r {background:#ff0border-right:1px solid #000border

不用切图的页面圆角
<style type="text/css">
<!--
.r {background:#ff0;border-right:1px solid #000;border-left:1px solid #000;height:1px;font-size:1px;overflow:hidden;display:block;}
.a1 {margin:0 5px; background:#000;}
.a2 {margin:0 3px; border-right-width:2px; border-left-width:2px;}
.a3 {margin:0 2px;}
.a4 {margin:0 1px; height:2px;}
.a5 {height:auto;font-size:medium;}
-->
</style>

<b class="r a1"></b><b class="r a2"></b><b class="r a3"></b><b class="r a4"></b>
<div class="r a5">test</div>
<b class="r a4"></b><b class="r a3"></b><b class="r a2"></b><b class="r a1"></b>

热点排行