Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
V0047:
-
'border-top', 'border-right', 'border-bottom', 'border-left' Value: [ <border-width> || <border-style> || <'border-top-color'> ] | inherit Initial: see individual properties Applies to: all elements Inherited: no Percentages: N/A Media: visual Computed value: see individual properties This is a shorthand property for setting the width, style, and color of the top, right, bottom, and left border of a box.
Quirks Mode and IE7 Mode (All Versions)
The inherit
value of the border-top,
border-right, border-bottom, and border-left properties is
not supported.
V0048:
-
'border' Value: [ <border-width> || <border-style> || <'border-top-color'> ] | inherit Initial: see individual properties Applies to: all elements Inherited: no Percentages: N/A Media: visual Computed value: see individual properties
IE7 Mode (All Versions)
The bottom border of an inline element is cut off below the baseline.