Prev | Current Page 366 | Next

Tommy Olsson and Paul O'Brien

"The Ultimate CSS Reference"

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
Box Properties
The Ultimate CSS Reference 246
border-left-width
border-left-width: { thin | medium | thick | length
| inherit } ;
The property border-left-width sets
the width of the border on the left-hand
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 left of paragraphs within the element
with ID "example":
#example p {
border-left-width: 2px;
border-left-style: solid;
}
Negative length values are illegal.
The keyword width values of thin, medium, and thick aren??™t explicitly defined??”their
display will depend on the user agent??”but have the following meaning: thin <=
medium <= thick.


Pages:
354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378