Internet Explorer for Windows versions up to and including 7 don??™t support the
value inherit.
Box Properties
border-left-style
border-left-style: { none | hidden | dotted | dashed
| solid | double | groove | ridge | inset | outset
| inherit } ;
SPEC
version initial inherited
CSS1, 2.1 none NO
BROWSER SUPPORT
Op9.2+ Saf1.3+ FF1+ IE5.5+
FULL FULL FULL BUGGY
The property border-left-style sets
the style of the left-hand border on an
element using the values specified.
Borders are placed on top of the
element??™s background.
Value
none none means no border will
show, and the computed border-width is zero.
Example
This style rule assigns a solid border to the
left-hand edge of paragraphs within the
element with ID "example":
#example p {
border-left-style: solid;
}
hidden hidden has the same meaning as none, except when it refers to table
borders in cases where two cells share a border, and the table cells have
The Ultimate CSS Reference 244
collapsed borders (border-collapse:collapse;).
Pages:
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374