July 1998
Intermediate to advanced
1456 pages
65h 5m
English
background-color — NN 4 IE 4 CSS 1
Inherited: No
Sets the background color for the element. Although it may appear as
though a nested element’s background-color
attribute is inherited, in truth the initial value is transparent,
which lets the next outermost colored element show through whitespace
of the current element.
background-color: colorbackgroundColor
Any valid color specification (see description at beginning of the
chapter) or transparent.
transparent
.highlighter {background-color: yellow}All elements.
[window.]document.all.
elementID
.style.backgroundColor
Read now
Unlock full access