CSS1 Test Suite: 5.5.13 border-bottom-width


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

The style declarations which apply to the text below are:

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

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

This element has a class of zero.

This element should have a bottom border width of 50 pixels.

This element should have a thick bottom border width.

This element should have a medium bottom border width.

This element should have a thin bottom border width.

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

This element has a class of zero.

TABLE Testing Section
 

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

This element has a class of zero.

This element should have a bottom border width of 50 pixels.

This element should have a thick bottom border width.

This element should have a medium bottom border width.

This element should have a thin bottom border width.

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

This element has a class of zero.


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