column-balancing-002.html 305 B

12345678910111213141516171819
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
  2. <title>Balancing Overflow</title>
  3. <style type="text/css">
  4. .colset {
  5. -moz-column-count: 3;
  6. -moz-column-gap: 0;
  7. border: solid silver;
  8. width: 9em;
  9. }
  10. p { margin: 0; }
  11. </style>
  12. <div class="colset">
  13. one two three four five six
  14. </div>