Hi everyone,
I found an article on this and it looks like a great method but uses a lot of hacks.
It started off with this:
and then quite a few other hacks.Code:.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
Source Article Here
I'm sure whoever wrote is a million times better at this stuff, but is there any reason something like this wouldn't work
DouglasCode:.outerDiv { padding-bottom: -1px; } .clearfix:after { content: "."; display: block; height: 1px; clear: both; visibility: hidden; overflow: hidden; }


Reply With Quote

Bookmarks