/ Published in: CSS
URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=27
Learn a new and seldom used method of clearing floats in CSS.
Expand |
Embed | Plain Text
#container { overflow: auto; }
You need to login to post a comment.
neal_grosskopf on 12/10/08
3 people have marked this snippet as a favorite
neal_grosskopf
basicmagic
tutrinh211
URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=27
Learn a new and seldom used method of clearing floats in CSS.
#container { overflow: auto; }
You need to login to post a comment.