column-balancing-overflow-003.html 405 B

12345678910111213141516171819202122
  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. .short { height: 5px; }
  11. img { display: block;
  12. width: 3em;
  13. height: 3em;}
  14. </style>
  15. <div class="colset">
  16. <div class="short"><img src="image-short.png"></div>
  17. </div>