At a width of 2px and above, the dotted
borders will display correctly. This glitch was fixed in Internet Explorer Version 7
for cases when all four sides are set to 1px. However, if one of the sides is set to 2px
or more, the 1px dotted borders revert to dashed in IE7.
Internet Explorer for Windows versions up to and including 7 don??™t support the
value inherit.
Box Properties
border-left
border-left: { [border-width] [border-style]
[border-color] | inherit } ;
SPEC
version initial inherited
CSS1 see below NO
BROWSER SUPPORT
Op9.2+ Saf1.3+ FF1+ IE5.5+
FULL FULL FULL BUGGY
The border-left shorthand property
sets border-left-width and/or
border-left-style and/or
border-left-color to the left side of
an element simultaneously.
Borders are placed on top of the
element??™s background.
Value
Example
This style rule assigns a 2px green border
to the left-hand side of paragraphs within
the element with ID "example":
#example p {
border-left: 2px solid green;
}
Refer to the following individual properties for specific information on allowed and
initial values: border-width (p.
Pages:
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380