1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN">
18 table { border:
2px solid green; }
20 img { display: block; height:
50px; background-color: green }
22 .overflow { border:
2px solid blue; overflow:scroll }
28 <div class=
"container">
29 <div class=
"float"></div>
31 <tr><td>This is a table. It should sit on the same line as the float and wrap as needed to fit
32 within the remaining line width.
36 <div class=
"container">
37 <div class=
"float"></div>
38 <div class=
"overflow">
39 This is an overflow:scroll region. It should sit on the same line as the float and wrap as needed to fit
40 within the remaining line width.
44 <div class=
"container">
45 <div class=
"float"></div>
49 <div class=
"container">
50 <div class=
"float"></div>
52 <tr><td>This is a table. It should sit on the same line as the float and wrap as needed to fit
53 within the remaining line width.
57 <div class=
"container">
58 <div class=
"float"></div>
59 <div class=
"overflow pct">
60 This is an overflow:scroll region. It should sit on the same line as the float and wrap as needed to fit
61 within the remaining line width.
65 <div class=
"container">
66 <div class=
"float"></div>
67 <hr class=
"pct" align=left
>
70 <div class=
"container">
71 <div class=
"float"></div>