1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
4 <TITLE>CSS1 Test Suite:
5.5.12 border-right-width
</TITLE>
5 <META http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
6 <META http-equiv=
"Content-Style-Type" content=
"text/css">
8 <LINK rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"../resources/base.css">
9 <STYLE type=
"text/css">
10 .zero {background-color: silver; border-right-width:
0;}
11 .one {border-right-width:
25px; border-style: solid;}
12 .two {border-right-width: thick; border-style: solid;}
13 .three {border-right-width: medium; border-style: solid;}
14 .four {border-right-width: thin; border-style: solid;}
15 .five {border-right-width:
100px;}
</STYLE>
19 <BODY><P>The style declarations which apply to the text below are:
</P>
20 <PRE>.zero {background-color: silver; border-right-width:
0;}
21 .one {border-right-width:
25px; border-style: solid;}
22 .two {border-right-width: thick; border-style: solid;}
23 .three {border-right-width: medium; border-style: solid;}
24 .four {border-right-width: thin; border-style: solid;}
25 .five {border-right-width:
100px;}
29 (These will only work if
<CODE>border-style
</CODE> is supported.)
32 This element has a class of zero.
35 This element should have a right border width of
25 pixels, which will be more obvious if the element is more than one line long.
38 This element should have a thick right border width, which will be more obvious if the element is more than one line long.
41 This element should have a medium right border width, which will be more obvious if the element is more than one line long.
44 This element should have a thin right border width, which will be more obvious if the element is more than one line long.
47 This element should have no border and no extra
"padding" on its right side, as no
<CODE>border-style
</CODE> was set.
51 <TABLE border
cellspacing=
"0" cellpadding=
"3" class=
"tabletest">
53 <TD colspan=
"2" bgcolor=
"silver"><STRONG>TABLE Testing Section
</STRONG></TD>
56 <TD bgcolor=
"silver"> </TD>
58 (These will only work if
<CODE>border-style
</CODE> is supported.)
61 This element has a class of zero.
64 This element should have a right border width of
25 pixels, which will be more obvious if the element is more than one line long.
67 This element should have a thick right border width, which will be more obvious if the element is more than one line long.
70 This element should have a medium right border width, which will be more obvious if the element is more than one line long.
73 This element should have a thin right border width, which will be more obvious if the element is more than one line long.
76 This element should have no border and no extra
"padding" on its right side, as no
<CODE>border-style
</CODE> was set.
78 </TD></TR></TABLE></BODY>