563584-6-columns-ref.html (633B)
1 <!DOCTYPE HTML> 2 <title>Testcase for float breaking</title> 3 <body style="margin: 0"> 4 <div style="position: absolute; top: 0; left: 0; width: 150px; height: 100px; background: blue"></div> 5 <div style="position: absolute; top: 100px; left: 0; width: 75px; height: 125px; background: aqua"></div> 6 <div style="position: absolute; top: 100px; left: 75px; width: 100px; height: 125px; background: fuchsia"></div> 7 <div style="position: absolute; top: 0px; left: 200px; width: 75px; height: 75px; background: aqua"></div> 8 <div style="position: absolute; top: 0; left: 275px; width: 100px; height: 225px; background: fuchsia"></div>