1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<html style="white-space: pre; -moz-column-count: 2;"> <head></head> <body onload="document.body.style.MozFloatEdge = 'margin-box'" style="-moz-column-width: 20em;"> <div style="position: relative; height: 80px; margin: 10px;"> <div style="position: absolute; height: 11px; top: 19px;"></div> </div> </body> </html>