/ Published in: CSS
URL: http://rumble.github.com/examples/equal-height-modules
Expand |
Embed | Plain Text
.modules { clear: both; margin-bottom: 1em; overflow: hidden; position: relative; zoom: 1; } .module { float: left; margin-bottom: -5000px; padding-bottom: 5000px; width: 200px; }
You need to login to post a comment.
