4个回答
展开全部
怎么能让一个DIV或者一个图片的四角为圆形呢?其实并不需要我们去把每个角都剪切掉,而只需要设置每个解的圆狐度即可。
案例代码:
div{border-radius:5px 5px 0 0;}设置DIV对象盒子左上角和右上角5px圆角,其它两个角为0不圆角
border-radius:3px 4px 5px 6px代表设置对象左上角3px圆角、右上角4px圆角、右下角5px圆角、左下角6px圆角.box2 img{border-radius:5px}
设置DIV中的图片为圆角图片。
展开全部
代码:
div{border-radius:5px 5px 0 0;}
设置DIV对象盒子左上角和右上角5px圆角,其它两个角为0不圆角
border-radius:3px 4px 5px 6px
代表设置对象左上角3px圆角、右上角4px圆角、右下角5px圆角、左下角6px圆角。
.box2 img{border-radius:5px}
设置DIV中的图片为圆角图片。
div{border-radius:5px 5px 0 0;}
设置DIV对象盒子左上角和右上角5px圆角,其它两个角为0不圆角
border-radius:3px 4px 5px 6px
代表设置对象左上角3px圆角、右上角4px圆角、右下角5px圆角、左下角6px圆角。
.box2 img{border-radius:5px}
设置DIV中的图片为圆角图片。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<div style="width:220px;height:auto;margin:0 auto;position:relative;filter:alpha(opacity=50);">
<div style="float:left;width:3px">
<div style="background:#000;height:1px;width:1px;margin-left:2px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:1px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:0px"></div>
<div style="background:#000;height:197px;width:1px;margin-left:0px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:0px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:1px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:2px"></div>
</div>
<div style="float:left;width:214px;height:202px;border-top:#000 1px solid;border-bottom:#000 1px solid"></div>
<div style="float:left;width:3px">
<div style="background:#000;height:1px;width:1px;margin-left:0px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:1px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:2px"></div>
<div style="background:#000;height:197px;width:1px;margin-left:2px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:2px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:1px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:0px"></div>
</div>
<div style="clear:both"></div>
</div>
----------------------------------
仅做为拓展思路的参考,实际应用价值不大。
<div style="float:left;width:3px">
<div style="background:#000;height:1px;width:1px;margin-left:2px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:1px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:0px"></div>
<div style="background:#000;height:197px;width:1px;margin-left:0px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:0px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:1px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:2px"></div>
</div>
<div style="float:left;width:214px;height:202px;border-top:#000 1px solid;border-bottom:#000 1px solid"></div>
<div style="float:left;width:3px">
<div style="background:#000;height:1px;width:1px;margin-left:0px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:1px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:2px"></div>
<div style="background:#000;height:197px;width:1px;margin-left:2px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:2px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:1px"></div>
<div style="background:#000;height:1px;width:1px;margin-left:0px"></div>
</div>
<div style="clear:both"></div>
</div>
----------------------------------
仅做为拓展思路的参考,实际应用价值不大。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询