Padding Borders and Margin

border-top-width border-right-width border-bottom-width border-left-width

Defines the width or thickness of a border on only one side.

Example

border-right-width: 1px; border-bottom-width: 3px;

Browser support

IE5.5+, FF1+, SA1.3+, OP9.2+

Values

em Relative length value. A em unit is equal to the font-size value of the element used.
px Pixel, a pixel unit represents a single dot on the screen.

Related properties

Can be used with..

Search the Soup!