Padding Borders and Margin

border-top-style border-right-style border-bottom-style border-left-style

Applies a border style, but for only one edge of the border.

Example

border-bottom-style:inset; border-left-style: ridge;

Browser support

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

Values

dashed Dashed border line.
dotted Draws a dotted line.
double Draws two lines as border.
groove Groove border value.
hidden Border style occupies space but is not shown.
inset Border style value.
outset Border style value.
ridge Border line style.
solid Draws a solid line.

Related properties

Can be used with..

Search the Soup!