Latest web development tutorials

Obiekt HTML DOM Style columnRuleColor

Styl Object Reference styl Przedmioty

Przykłady

Ustalonych reguł kolorów między kolumnami:

document.getElementById("myDIV").style.columnRuleColor="blue";

Spróbuj »

Definicja i Wykorzystanie

atrybut columnRuleColor określa zasady kolorystyczne pomiędzy kolumnami.


Pomoc Browser

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Internet Explorer 10 i wsparcie Opera nieruchomość columnRuleColor.

Firefox obsługuje inną alternatywę atrybutu własności tej nieruchomości MozColumnRuleColor.

Safari i Chrome wspierać inną alternatywę atrybutu własności tej nieruchomości WebkitColumnRuleColor.


gramatyka

Powrót właściwości columnRuleColor:

object .style.columnRuleColor

Ustawianie właściwości columnRuleColor:

object .style.columnRuleColor="color|initial|inherit"

Wartość nieruchomości

描述
color 规定颜色规则。如需了解可能的颜色值的完整列表,请参阅 CSS 颜色值
initial 设置该属性为它的默认值。请参阅 initial
inherit 从父元素继承该属性。请参阅 inherit

dane techniczne

Domyślnie: Bieżące elementy kolorystyczne
Zwraca: Ciąg reprezentujący atrybut column-rule-kolorowego elementu.
wersja CSS CSS3


Powiązane artykuły

Tutorial CSS3: CSS3 Multi-column

CSS: column-rule-Color nieruchomość


Styl Object Reference styl Przedmioty