网页设计中,怎么让DIV的边框的4个角呈圆角形

DIV的边框四个角成圆角形,并且整个DIV呈透明状... DIV的边框四个角成圆角形,并且整个DIV呈透明状 展开
 我来答
百度网友5f44b82
2018-07-27 · TA获得超过2.5万个赞
知道小有建树答主
回答量:148
采纳率:78%
帮助的人:4.8万
展开全部

怎么能让一个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中的图片为圆角图片。

du瓶邪
推荐于2017-10-02 · TA获得超过2.4万个赞
知道大有可为答主
回答量:1.7万
采纳率:100%
帮助的人:2788万
展开全部
代码:
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中的图片为圆角图片。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
郁闷的大米
推荐于2017-09-21
知道答主
回答量:1
采纳率:0%
帮助的人:2.8万
展开全部
<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>

----------------------------------
仅做为拓展思路的参考,实际应用价值不大。
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
时光E无声
2019-05-16
知道答主
回答量:1
采纳率:0%
帮助的人:727
展开全部
border-redius
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式