OLD | NEW |
1 <!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.25 float</titl
e> | 1 <!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.25 float</titl
e> |
2 | 2 |
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
4 <meta http-equiv="Content-Style-Type" content="text/css"> | 4 <meta http-equiv="Content-Style-Type" content="text/css"> |
5 | 5 |
6 <link rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs
s"> | 6 <link rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs
s"> |
| 7 <script src="../resources/base.js"></script> |
7 <style type="text/css"> | 8 <style type="text/css"> |
8 P.test {background: white; font-size: 20px; | 9 P.test {background: white; font-size: 20px; |
9 margin-left: 30px; margin-right: 10px; padding: 0; border: 0;} | 10 margin-left: 30px; margin-right: 10px; padding: 0; border: 0;} |
10 IMG {padding: 0; border: 0; margin: 0;} | 11 IMG {padding: 0; border: 0; margin: 0;} |
11 P.test IMG {float: left;} | 12 P.test IMG {float: left;} |
12 #img2 {margin-top: 30px; margin-left: 30px;} | 13 #img2 {margin-top: 30px; margin-left: 30px;} |
13 #img3 {margin-top: -30px; margin-left: -30px;} | 14 #img3 {margin-top: -30px; margin-left: -30px;} |
14 #img4 {margin-right: 30px; margin-bottom: 30px;} | 15 #img4 {margin-right: 30px; margin-bottom: 30px;} |
15 #img5 {margin-right: -30px; margin-bottom: -30px;} | 16 #img5 {margin-right: -30px; margin-bottom: -30px;} |
16 </style></head> | 17 </style></head> |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 padding set on this paragraph whatsoever. </p> | 123 padding set on this paragraph whatsoever. </p> |
123 <p class="test"> | 124 <p class="test"> |
124 <img src="../resources/crosshair.gif" id="img5" alt="[Image]"> The | 125 <img src="../resources/crosshair.gif" id="img5" alt="[Image]"> The |
125 image in the upper left corner of this paragraph should be floated | 126 image in the upper left corner of this paragraph should be floated |
126 left, and the edges of the white background should line up with the top | 127 left, and the edges of the white background should line up with the top |
127 and left edges of the image. However, the text should overlap the | 128 and left edges of the image. However, the text should overlap the |
128 image's right and bottom sides, lining up with the thick gray lines in | 129 image's right and bottom sides, lining up with the thick gray lines in |
129 the image. This paragraph should have a white background, first of | 130 the image. This paragraph should have a white background, first of |
130 all, which extends to the edges of the element's box. There is no | 131 all, which extends to the edges of the element's box. There is no |
131 padding set on this paragraph whatsoever. </p> | 132 padding set on this paragraph whatsoever. </p> |
132 </td></tr></tbody></table></body></html> | 133 </td></tr></tbody></table></body></html> |
OLD | NEW |