css中的圆角样式布局二

下面是第二种圆角样式设计,常用于段落文字或块区域的四周圆角:

 

<div id="c">
<div class="top"><b class="topl"></b><b class="topr"></b></div>
<div id="content">内容区
</div>
<div class="foot"><b class="mbcl"></b><b class="mbcr"></b></div>
</div>

 

下面是对应的样式:

 

#c{width:200px;text-align:center;margin:0 auto;background-color:#dbdbdb;}
.top, .foot{height:6px;overflow:hidden;background-color:#dbdbdb;}
.topl, .footl, .topr, .footr{float:left;width:6px;height:6px;background:url(/img/cor.png) no-repeat;}
.topl{background-position:0 0;}
.topr, .footr{float:right;}
.topr{background-position:-6px 0;}
.footl{background-position:0 -6px;}
.footr{background-position:-6px -6px;}
#content{width:188px;height:100px;background:#fff;}

 效果图如下:

 

ps:附件cor.png是圆角需要的图片。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值