border-width | WebReference

border-width

Name: border-width

Description: Specifies the border width of an element. Used as a shortcut to determine the entire border width in one rule.

Browser Compatibility: IE 4+ / NN 4+

Inherited: No

Values:

Code Example:

H2 {border-width: 3px;}

H2 {border-width: thin;}