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.05 margin
</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 body {overflow: hidden;}
11 .zero {background-color: silver; margin:
0;}
12 .one {margin:
25px; background-color: aqua;}
13 .two {margin: -
10px; background-color: aqua;}
</STYLE>
17 <BODY><P>The style declarations which apply to the text below are:
</P>
18 <PRE>.zero {background-color: silver; margin:
0;}
19 .one {margin:
25px; background-color: aqua;}
20 .two {margin: -
10px; background-color: aqua;}
24 This element has a class of zero.
26 <P style=
"background-color: gray;">
27 This element is unstyled save for a background color of gray.. It contains an
<SPAN class=
"one">inline element of class
<TT>one
</TT>, giving it an aqua background and a
25px margin
</SPAN>. Margins on inline elements does not affect line-height calculations, so all lines in this element should have the same line-height. However, there should be a
25px margin to the left side of the inline box in the first line it appears, and a
25px margin to the right side of the inline element box in the last line where it appears.
30 This element has a class of zero.
32 <P style=
"background-color: gray;">
33 This element is unstyled save for a background color of gray.. It contains an
<SPAN class=
"two">inline element of class
<TT>two
</TT>, giving it an aqua background and a -
10px margin
</SPAN>. Margins on inline elements does not affect line-height calculations, so all lines in this element should have the same line-height. However, there should be a -
10px margin to the left side of the inline box in the first line it appears, and a -
10px margin to the right side of the inline element box in the last line where it appears.
36 This element has a class of zero.
40 <TABLE border
cellspacing=
"0" cellpadding=
"3" class=
"tabletest">
42 <TD colspan=
"2" bgcolor=
"silver"><STRONG>TABLE Testing Section
</STRONG></TD>
45 <TD bgcolor=
"silver"> </TD>
47 This element has a class of zero.
49 <P style=
"background-color: gray;">
50 This element is unstyled save for a background color of gray.. It contains an
<SPAN class=
"one">inline element of class
<TT>one
</TT>, giving it an aqua background and a
25px margin
</SPAN>. Margins on inline elements does not affect line-height calculations, so all lines in this element should have the same line-height. However, there should be a
25px margin to the left side of the inline box in the first line it appears, and a
25px margin to the right side of the inline element box in the last line where it appears.
53 This element has a class of zero.
55 <P style=
"background-color: gray;">
56 This element is unstyled save for a background color of gray.. It contains an
<SPAN class=
"two">inline element of class
<TT>two
</TT>, giving it an aqua background and a -
10px margin
</SPAN>. Margins on inline elements does not affect line-height calculations, so all lines in this element should have the same line-height. However, there should be a -
10px margin to the left side of the inline box in the first line it appears, and a -
10px margin to the right side of the inline element box in the last line where it appears.
59 This element has a class of zero.
61 </TD></TR></TABLE></BODY>