Currently I have a problem with a div which will not adjust its height. The div is called "bodyInner".
migrated from webmasters.stackexchange.com Mar 12 '12 at 16:04
|
I use CSS clearfix to solve this (very common) problem, though @Angio is right, you should make sure your floats are clearing correctly before trying it. From the author:-
Paste the following code into your site's CSS file:-
And call clearfix on the floated element I've found this to be cross browser reliable and it's a very popular trick |
|||
|
|
|
You should post this on Stack Overflow and include a jsfiddle or link to your site so we can test it out in our browsers. But your |
|||
|
|