1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN">
22 table { border:
2px solid green; }
24 img { display: block; height:
50px; background-color: green }
26 .overflow { border:
2px solid blue; overflow:scroll }
32 <div class=
"container">
33 <div class=
"float"></div>
35 <tr><td>This is a table. It should sit on the same line as the float and wrap as needed to fit
36 within the remaining line width.
40 <div class=
"container">
41 <div class=
"float"></div>
42 <div class=
"overflow">
43 This is an overflow:scroll region. It should sit on the same line as the float and wrap as needed to fit
44 within the remaining line width.
48 <div class=
"container">
49 <div class=
"float"></div>
53 <div class=
"container">
54 <div class=
"float"></div>
56 <tr><td>This is a table. It should sit on the same line as the float and wrap as needed to fit
57 within the remaining line width.
61 <div class=
"container">
62 <div class=
"float"></div>
63 <div class=
"overflow pct">
64 This is an overflow:scroll region. It should sit on the same line as the float and wrap as needed to fit
65 within the remaining line width.
69 <div class=
"container">
70 <div class=
"float"></div>
71 <hr class=
"pct" align=right
>
74 <div class=
"container">
75 <div class=
"float"></div>