Border Top Style

The border-top-style property sets the style of an element's top border.

Value Description
hiddenThe same as 'none', except in border conflict resolution for table elements
dottedSpecifies a dotted border
dashedSpecifies a dashed border
solidSpecifies a solid border
doubleSpecifies a double border
grooveSpecifies a 3D grooved border. The effect depends on the border-color value
ridgeSpecifies a 3D ridged border. The effect depends on the border-color value!
insetSpecifies a 3D inset border. The effect depends on the border-color value
outsetSpecifies a 3D outset border. The effect depends on the border-color value
noneSpecifies no border

Themeover CSS Reference

Close