cross browser float clearing


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



Copy this code and paste it in your HTML
  1. .clear {
  2. overflow: hidden;
  3. width:100%;
  4. }

Report this snippet


Comments


You need to login to view comments.