Clearing Floats In IE6, IE7, Firefox, Opera & Safari - A New Method


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

Learn a new and seldom used method of clearing floats in CSS.


Copy this code and paste it in your HTML
  1. #container
  2. {
  3. overflow: auto;
  4. }

URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=27

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.