Prev | Current Page 354 | Next

Tommy Olsson and Paul O'Brien

"The Ultimate CSS Reference"


The appearance of the borders may vary between user agents (within limits). The
algorithms that define the relationship between the colors used to achieve an effect
(for example, groove, ridge, inset, and outset) are not explicitly defined in the
CSS specifications, so the colors may vary between user agents. In CSS2.1, the
three-dimensional border styles (groove, ridge, inset, and outset) depend on the
corresponding border-color, rather than on color.
Internet Explorer for Windows versions up to and including 7:
?–  don??™t support the value hidden
?–  don??™t support the value inherit
239 Box Properties
border-bottom-width
border-bottom-width: { thin | medium | thick | length
| inherit } ;
The property border-bottom-width sets
the width of the border to the bottom
side of an element using the values
specified.
Value
The property takes a CSS length (px, pt,
em, and so on) or one of the allowed
keywords; percentage values are not
allowed.
Example
This style rule assigns a 2px border width
to the bottom of paragraphs within the
element with ID "example":
#example p {
border-bottom-width: 2px;
border-bottom-style: solid;
}
Negative length values are illegal.


Pages:
342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366