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.14 border-left-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-left-width:
0;}
11 .one {border-left-width:
50px; border-style: solid;}
12 .two {border-left-width: thick; border-style: solid;}
13 .three {border-left-width: medium; border-style: solid;}
14 .four {border-left-width: thin; border-style: solid;}
15 .five {border-left-width:
25px;}
</STYLE>
19 <BODY><P>The style declarations which apply to the text below are:
</P>
20 <PRE>.zero {background-color: silver; border-left-width:
0;}
21 .one {border-left-width:
50px; border-style: solid;}
22 .two {border-left-width: thick; border-style: solid;}
23 .three {border-left-width: medium; border-style: solid;}
24 .four {border-left-width: thin; border-style: solid;}
25 .five {border-left-width:
25px;}
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 left border width of
50 pixels, which will be more obvious if the element is more than one line long.
38 This element should have a thick left border width, which will be more obvious if the element is more than one line long.
41 This element should have a medium left border width, which will be more obvious if the element is more than one line long.
44 This element should have a thin left 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 left 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 left border width of
50 pixels, which will be more obvious if the element is more than one line long.
67 This element should have a thick left border width, which will be more obvious if the element is more than one line long.
70 This element should have a medium left border width, which will be more obvious if the element is more than one line long.
73 This element should have a thin left 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 left side, as no
<CODE>border-style
</CODE> was set.
78 </TD></TR></TABLE></BODY>