| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> |
| <HTML> |
| <HEAD> |
| <TITLE>CSS1 Test Suite: 5.5.18 border-top</TITLE> |
| <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| <META http-equiv="Content-Style-Type" content="text/css"> |
| |
| <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css"> |
| <STYLE type="text/css"> |
| .one {border-top: purple double 10px;} |
| .two {border-top: purple thin solid;} |
| .three {border-top: black medium solid;} |
| TD {border-top: green 2px solid;}</STYLE> |
| |
| </HEAD> |
| |
| <BODY><P>The style declarations which apply to the text below are:</P> |
| <PRE>.one {border-top: purple double 10px;} |
| .two {border-top: purple thin solid;} |
| .three {border-top: black medium solid;} |
| TD {border-top: green 2px solid;} |
| </PRE> |
| <HR> |
| <P> |
| Note that all table cells on this page should have a two-pixel solid green border along their top sides. This border applies only to the cells, not the rows which contain them. |
| </P> |
| |
| <P class="one"> |
| This paragraph should have a purple, double, 10-pixel top border. |
| </P> |
| <P class="two"> |
| This paragraph should have a thin purple top border. |
| </P> |
| |
| <TABLE cellspacing="5" border> |
| <TR> |
| <TD colspan="2">Every cell in this table should have a 2-pixel solid green top border. This is also true of the table-testing section in the second half of the test page. |
| </TD> |
| </TR> |
| <TR> |
| <TD>Cell one</TD><TD>Cell two |
| <TABLE border><TR><TD>Nested single-cell table!</TD></TR></TABLE> |
| </TD> |
| </TR> |
| </TABLE> |
| |
| <UL> |
| <LI class="three">This is a list item... |
| <UL> |
| <LI>...and this... |
| <LI>...is a second list... |
| <LI>...nested within the list item. |
| </UL> |
| </LI> |
| <LI class="three">This is a second list item.</LI> |
| <LI class="three">Each list item in this list should have a medium-width black border at its top. |
| </UL> |
| |
| |
| <TABLE border cellspacing="0" cellpadding="3" class="tabletest"> |
| <TR> |
| <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD> |
| </TR> |
| <TR> |
| <TD bgcolor="silver"> </TD> |
| <TD><P> |
| Note that all table cells on this page should have a two-pixel solid green border along their top sides. This border applies only to the cells, not the rows which contain them. |
| </P> |
| |
| <P class="one"> |
| This paragraph should have a purple, double, 10-pixel top border. |
| </P> |
| <P class="two"> |
| This paragraph should have a thin purple top border. |
| </P> |
| |
| <TABLE cellspacing="5" border> |
| <TR> |
| <TD colspan="2">Every cell in this table should have a 2-pixel solid green top border. This is also true of the table-testing section in the second half of the test page. |
| </TD> |
| </TR> |
| <TR> |
| <TD>Cell one</TD><TD>Cell two |
| <TABLE border><TR><TD>Nested single-cell table!</TD></TR></TABLE> |
| </TD> |
| </TR> |
| </TABLE> |
| |
| <UL> |
| <LI class="three">This is a list item... |
| <UL> |
| <LI>...and this... |
| <LI>...is a second list... |
| <LI>...nested within the list item. |
| </UL> |
| </LI> |
| <LI class="three">This is a second list item.</LI> |
| <LI class="three">Each list item in this list should have a medium-width black border at its top. |
| </UL> |
| </TD></TR></TABLE></BODY> |
| </HTML> |