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.11 border-top-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-top-width:
0;}
11 .one {border-top-width:
25px; border-style: solid;}
12 .two {border-top-width: thick; border-style: solid;}
13 .three {border-top-width: medium; border-style: solid;}
14 .four {border-top-width: thin; border-style: solid;}
15 .five {border-top-width:
25px;}
</STYLE>
19 <BODY><P>The style declarations which apply to the text below are:
</P>
20 <PRE>.zero {background-color: silver; border-top-width:
0;}
21 .one {border-top-width:
25px; border-style: solid;}
22 .two {border-top-width: thick; border-style: solid;}
23 .three {border-top-width: medium; border-style: solid;}
24 .four {border-top-width: thin; border-style: solid;}
25 .five {border-top-width:
25px;}
29 (These will only work if
<CODE>border-style
</CODE> is supported.)
32 This element has a class of zero.
35 This paragraph should have a top border width of
25 pixels.
38 This paragraph should have a thick top border width.
41 This paragraph should have a medium top border width.
44 This paragraph should have a thin top border width.
47 This paragraph should have no border and no extra
"padding" on its top 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 paragraph should have a top border width of
25 pixels.
67 This paragraph should have a thick top border width.
70 This paragraph should have a medium top border width.
73 This paragraph should have a thin top border width.
76 This paragraph should have no border and no extra
"padding" on its top side, as no
<CODE>border-style
</CODE> was set.
78 </TD></TR></TABLE></BODY>