一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

border-bottom-right-radius 属性怎么使用

时间:2017-06-20 编辑:简简单单 来源:一聚教程网

border-bottom-right-radius 的代码实例。

div { border:2px solid;border-bottom-right-radius:2em;}

从这个实例可以看出,它的属性与边框的属性也要同时进行一个设置。

在这里我们规定了三个值,它们为边框的宽度与线条的样式,以用右下角的边框的半径。

如何使用border-bottom-right-radius 属性

浏览器支持。目前各大主要的浏览器都支持这样的一个border-bottom-right-radius 属性,对于IE来说,它的支持从IE 8 开始。

如何使用border-bottom-right-radius 属性

用法。对于border-bottom-right-radius 来说,它的用法很简单,一个默认值为 0 ,它的继承性为  no  它的JAVA用法 为 object.style.borderBottomRightRadius=  

如何使用border-bottom-right-radius 属性

语法。我们从它的语法可以看出,它的数值有着两种不同的形式,一种为数字,一种为百分比。两种各有各的妙处。

border-bottom-right-radius: length|% [length|%];

如何使用border-bottom-right-radius 属性

完整的style 流程。从这个流程我们可以知道,在实际使用的时候,border、padding、background 都要一一设置的。



如何使用border-bottom-right-radius 属性

border-bottom-left-radius 属性。这是与右下边相对应的一个设置,也就是元素的左下边框的属性代码语句。

如何使用border-bottom-right-radius 属性

热门栏目