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
</title>
3 <meta http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
4 <meta http-equiv=
"Content-Style-Type" content=
"text/css">
6 <link rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"../resources/base.css">
7 <style type=
"text/css">
12 <body><p>The style declarations which apply to the text below are:
</p>
13 <pre>.one {float: left;}
18 <img src=
"../resources/vblank.gif" class=
"one" alt=
"[Image]" height=
"50">
19 <p> This text should be flowing past a tall orange rectangle on the left
20 side of the browser window. In this case, it is the image which has
21 been floated to the left.
</p>
23 <img src=
"../resources/vblank.gif" class=
"two" alt=
"[Image]" height=
"50">
24 <p> This text should be flowing past a tall orange rectangle on the
25 right side of the browser window. In this case, it is the image which
26 has been floated to the right.
</p>
29 <table border=
"1" cellspacing=
"0" cellpadding=
"3" class=
"tabletest">
31 <td colspan=
"2" bgcolor=
"silver"><strong>TABLE Testing Section
</strong></td>
34 <td bgcolor=
"silver"> </td>
35 <td><img src=
"../resources/vblank.gif" class=
"one" alt=
"[Image]" height=
"50">
36 <p> This text should be flowing past a tall orange rectangle on the left
37 side of the browser window. In this case, it is the image which has
38 been floated to the left.
</p>
40 <img src=
"../resources/vblank.gif" class=
"two" alt=
"[Image]" height=
"50">
41 <p> This text should be flowing past a tall orange rectangle on the
42 right side of the browser window. In this case, it is the image which
43 has been floated to the right.
</p>
44 </td></tr></tbody></table></body></html>