| <!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.12 border-right-width</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"> |
| .zero {background-color: silver; border-right-width: 0;} |
| .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;}</STYLE> |
| |
| </HEAD> |
| |
| <BODY><P>The style declarations which apply to the text below are:</P> |
| <PRE>.zero {background-color: silver; border-right-width: 0;} |
| .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;} |
| </PRE> |
| <HR> |
| <P> |
| (These will only work if <CODE>border-style</CODE> is supported.) |
| </P> |
| <P class="zero"> |
| This element has a class of zero. |
| </P> |
| <P class="one"> |
| 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. |
| </P> |
| <P class="two"> |
| This element should have a thick right border width, which will be more obvious if the element is more than one line long. |
| </P> |
| <P class="three"> |
| This element should have a medium right border width, which will be more obvious if the element is more than one line long. |
| </P> |
| <P class="four"> |
| This element should have a thin right border width, which will be more obvious if the element is more than one line long. |
| </P> |
| <P class="five"> |
| This element should have no border and no extra "padding" on its right side, as no <CODE>border-style</CODE> was set. |
| </P> |
| |
| |
| <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> |
| (These will only work if <CODE>border-style</CODE> is supported.) |
| </P> |
| <P class="zero"> |
| This element has a class of zero. |
| </P> |
| <P class="one"> |
| 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. |
| </P> |
| <P class="two"> |
| This element should have a thick right border width, which will be more obvious if the element is more than one line long. |
| </P> |
| <P class="three"> |
| This element should have a medium right border width, which will be more obvious if the element is more than one line long. |
| </P> |
| <P class="four"> |
| This element should have a thin right border width, which will be more obvious if the element is more than one line long. |
| </P> |
| <P class="five"> |
| This element should have no border and no extra "padding" on its right side, as no <CODE>border-style</CODE> was set. |
| </P> |
| </TD></TR></TABLE></BODY> |
| </HTML> |