column-balancing-overflow-004.ref.html 343 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. display: table;
  6. border-collapse: separate;
  7. border-spacing: 2px;
  8. width: 204px;
  9. }
  10. p { background: orange; display: table-cell; height: 17px}
  11. </style>
  12. <div class="colset">
  13. <p></p>
  14. <p></p>
  15. <p></p>
  16. </div>