举报投诉联系我们 手机版 热门标签 名动网
您的位置:名动网 > html style color HTML DOM Style borderRightColor 属性

html style color HTML DOM Style borderRightColor 属性

2023-05-17 15:20

html style color HTML DOM Style borderRightColor 属性

html style color HTML DOM Style borderRightColor 属性

html style color

Style borderRightColor 属性

Style 对象参考手册 Style 对象

定义和用法

borderRightColor 属性设置或返回元素的右边框的颜色。

语法

设置 borderRightColor 属性:

Object.style.borderRightColor="color|transparent|inherit"

返回 borderRightColor 属性:

Object.style.borderRightColor

提示:borderRightColor 属性没有默认值。

描述
color 规定右边框的颜色。在 CSS 颜色值 中寻找可能的颜色值的完整列表。
transparent 右边框的颜色是透明的(基本内容将会穿透)。
inherit 右边框的颜色从父元素继承。


浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

所有主要浏览器都支持 borderRightColor 属性。

注意:IE7 及更早的版本不支持 "inherit" 值。IE8 只有规定了 !DOCTYPE 才支持 "inherit"。IE9 支持 "inherit"。


实例

实例

更改右边框的颜色:

<html>
<head>
<style type="text/css">
#ex1
{
border: 1px solid #FF0000;
}
</style>
<script>
function displayResult()
{
document.getElementById("ex1").style.borderRightColor="#00FF00";
}
</script>
</head>
<body>

<div id="ex1">This is some text.</div>
<br>
<button type="button" onclick="displayResult()">Change color of right border</button>

</body>
</html>



Style 对象参考手册 Style 对象
阅读全文
以上是名动网为你收集整理的html style color HTML DOM Style borderRightColor 属性全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
  • html style.display HTML DOM Style display 属性

    html style.display HTML DOM Style display 属性

    2023-06-21

    Style display 属性 Style 对象定义和用法display 属性设置或返回元素的显示类型。HTML 中的元素大多是"内联"或"块"元素:一个内...

  •  HTML DOM Style captionSide 属性

    HTML DOM Style captionSide 属性

    2023-04-01

    Style captionSide 属性 Style 对象定义和用法captionSide 属性设置或返回表格标题的位置。语法设置 captionSide 属性:Object.s...

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

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

    2023-04-29

    Style columns 属性 Style 对象实例把文本分为三列,每列最小 100 像素:document.getElementById(myDIV).style.columns=100px 3...

  •  HTML DOM Style flexShrink 属性

    HTML DOM Style flexShrink 属性

    2023-06-04

    Style flexShrink 属性 Style 对象实例让蓝色的 DIV 元素收缩到其他灵活项目的五分之一:document.getElementById(myBlueDiv.sty...

  •  OceanBase REMAINDER

    OceanBase REMAINDER

    2023-04-12 OceanBase REMAINDER

    ​REMAINDER​函数返回​x​除以​y​的余数。注意与 MOD 函数的区别为:在用​REMAINDER (x,y)​和​MOD (x,y)​函数在进行运算...

© 2024 名动网 mdwl.vip 版权所有 联系我们