When the element doesn??™t have a layout, the
background will extend under the borders.
When dotted borders are specified as the border-style, and the border??™s width is
only 1px, Internet Explorer for Windows versions up to and including 6 will display
the borders as dashed instead of dotted. 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.
border-bottom
border-bottom: { [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-bottom shorthand property
sets border-bottom-width and/or
border-bottom-style and/or
border-bottom-color to the bottom
side of an element simultaneously.
Pages:
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368