CSS1 Test Suite: 5.5.15 border-width


[Previous] [Next] [Section] [Contents] [Specification]

The style declarations which apply to the text below are:

.zero {background-color: silver; border-width: 0;}
.one {border-width: 50px; border-style: solid;}
.two {border-width: thick; border-style: solid;}
.three {border-width: medium; border-style: solid;}
.four {border-width: thin; border-style: solid;}
.five {border-width: 25px;}

(These will only work if border-style is supported.)

This element has a class of zero.

This element should have an overall border width of 50 pixels.

This element should have a thick overall border width.

This element should have a medium overall border width.

This element should have a thin overall border width.

This element should have no border and no extra "padding" on any side, as no border-style was set.

TABLE Testing Section
 

(These will only work if border-style is supported.)

This element has a class of zero.

This element should have an overall border width of 50 pixels.

This element should have a thick overall border width.

This element should have a medium overall border width.

This element should have a thin overall border width.

This element should have no border and no extra "padding" on any side, as no border-style was set.


[Previous] [Next] [Section] [Contents] [Specification]