您的位置:58编程 > html border style HTML DOM Style borderBottomLeftRadius 属性

html border style HTML DOM Style borderBottomLeftRadius 属性

2023-05-28 20:33

html border style HTML DOM Style borderBottomLeftRadius 属性

html border style HTML DOM Style borderBottomLeftRadius 属性

html border style

Style borderBottomLeftRadius 属性

Style 对象参考手册 Style 对象

实例

向 div 元素的左下角添加圆角边框:

document.getElementById("myDIV").style.borderBottomLeftRadius="25px";


定义和用法

borderBottomLeftRadius 属性设置或返回左下角边框的形状。

提示:该属性允许您向元素添加圆角边框!


浏览器支持

Internet Explorer Firefox Opera Google Chrome Safari

IE9+、Firefox、Chrome、Safari 和 Opera 支持 borderBottomLeftRadius 属性。


语法

返回 borderBottomLeftRadius 属性:

object.style.borderBottomLeftRadius

设置 borderBottomLeftRadius 属性:

object.style.borderBottomLeftRadius="length|% [length|%]|initial|inherit"

属性值

描述
length 定义左下角的形状。默认值是 0。
% 以 % 形式定义左下角的形状。
initial 设置该属性为它的默认值。请参阅 initial
inherit 从父元素继承该属性。请参阅 inherit

技术细节

默认值: 0
返回值: 字符串,表示元素的 border-bottom-left-radius 属性。
CSS 版本 CSS3


相关文章

CSS 参考手册:border-bottom-left-radius 属性


Style 对象参考手册 Style 对象

阅读全文
以上是58编程为你收集整理的html border style HTML DOM Style borderBottomLeftRadius 属性全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
  • html中background-clip属性 HTML DOM Style backgroundClip 属性

    html中background-clip属性 HTML DOM Style backgroundClip 属性

    Style backgroundClip 属性 Style 对象实例指定背景的绘制区域:document.getElementById(myDIV).style.backgroundClip=content-...

  • htmlstyle属性的用法 HTML DOM Style columnRule 属性

    htmlstyle属性的用法 HTML DOM Style columnRule 属性

    Style columnRule 属性 Style 对象实例规定列之间的宽度、样式和颜色规则:document.getElementById(myDIV).style.columnRule=3p...

  • htmlstyle属性的用法 HTML DOM Style cssFloat 属性

    htmlstyle属性的用法 HTML DOM Style cssFloat 属性

    Style cssFloat 属性 Style 对象定义和用法cssFloat 属性设置或返回元素的水平对齐方式。语法设置 cssFloat 属性:Object.style....

  • htmlstyle属性的用法 HTML DOM Style listStyle 属性

    htmlstyle属性的用法 HTML DOM Style listStyle 属性

    Style listStyle 属性 Style 对象定义和用法listStyle 属性以速记形式设置或返回三个独立的列表属性。通过该属性,您可以设置/返...

  •  OceanBase CREATE TENANT

    OceanBase CREATE TENANT

    描述该语句用来创建租户。格式CREATE TENANT [IF NOT EXISTS] tenantname[tenant_characteristic_list] [opt_set_sys_var]tenant...

  •  OceanBase LN

    OceanBase LN

    LN函数返回以 e 为底的numeric_expression的对数(e 为数学常量 e = 2.71828183...)。语法LN (numeric_expression)参数参数说明...

  •  OceanBase TRUNC

    OceanBase TRUNC

    ​TRUNC​函数返回​numberic​按精度​precision​截取后的值。语法TRUNC (numberic[,precision])参数参数说明numberic,precis...

  •  OceanBase REPLACE

    OceanBase REPLACE

    ​REPLAC​函数将字符表达式值中,部分相同字符串,替换成新的字符串。语法REPLACE(c1,c2[,c3])参数参数说明c1等待替换的字...

  •  OceanBase UPPER

    OceanBase UPPER

    ​UPPER​函数将字符串全部转为大写。语法UPPER(c1)参数参数说明c1字符串。字符串类型可为:CHAR、VARCHAR2、NCHAR、NVARCHAR2或...

  •  OceanBase TRUNC (date)

    OceanBase TRUNC (date)

    TRUNC函数返回以参数fmt为单位距离的离指定日期date最近的日期时间值,并且返回的日期值在date之前。注意与函数ROUND的区别为,T...

© 2024 58编程 58biancheng.com 版权所有 联系我们
桂ICP备12005667号-32 Powered by CMS