Equal height modules CSS


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. .modules {
  2. clear: both;
  3. margin-bottom: 1em;
  4. overflow: hidden;
  5. position: relative;
  6. zoom: 1;
  7. }
  8.  
  9. .module {
  10. float: left;
  11. margin-bottom: -5000px;
  12. padding-bottom: 5000px;
  13. width: 200px;
  14. }

URL: http://rumble.github.com/examples/equal-height-modules

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.