CSS1 Test Suite: 5.5.12 border-right-width


[Previous] [Next] [Section] [Contents] [Specification]
Last Updated: 11 May 1998

The style declarations which apply to the text below are:

.one {border-right-width: 25px; border-style: solid;}
.two {border-right-width: thick; border-style: solid;}
.three {border-right-width: medium; border-style: solid;}
.four {border-right-width: thin; border-style: solid;}
.five {border-right-width: 100px;}

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

This paragraph should have a right border width of 25 pixels, which will require some extra text in order to test effectively.

This paragraph should have a thick right border width, which will require some extra text in order to test effectively.

This paragraph should have a medium right border width, which will require some extra text in order to test effectively.

This paragraph should have a thin right border width, which will require some extra text in order to test effectively.

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

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

This paragraph should have a right border width of 25 pixels, which will require some extra text in order to test effectively.

This paragraph should have a thick right border width, which will require some extra text in order to test effectively.

This paragraph should have a medium right border width, which will require some extra text in order to test effectively.

This paragraph should have a thin right border width, which will require some extra text in order to test effectively.

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


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