Prev | Current Page 337 | Next

Tommy Olsson and Paul O'Brien

"The Ultimate CSS Reference"

1 see below NO
BROWSER SUPPORT
Op9.2+ Saf1.3+ FF1+ IE5.5+
FULL FULL FULL BUGGY
The property border-right-color sets
the color for the right border of an
element.
Borders are placed on top of the
element??™s background.
Value
This property takes any valid CSS color
value or color keyword (p. 33). The
initial value for this property is the value of the color property for the element.
Example
This style rule assigns a blue color to the
right border of paragraphs within the
element with ID "example":
#example p {
border-right-color: blue;
border-right-style: solid;
}
The value transparent allows the border to be transparent, but it will still occupy
the space set by the border-width property and allow the background of the element
to show through the transparent border.
Note that a border will only be visible as long as a border-style has been set. The
default for border-style is none, which means that no border will display, and the
border-width will be reset to zero.
Compatibility
Opera Safari Firefox Internet Explorer
9.


Pages:
325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349