/ Published in: CSS
an all-purpose float-clearing hr.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
hr.floatclear { background: none; border: 0; clear: both; display: block; float: none; font-size: 0; margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0; }