> I have a layout problem here:
> http://www.glitterlemonade.com/fundraiser/detail/monsters_magnetic_figu
> res
> 
> On other pages on the site, the footer behaves and shows up under the
> rest of the content, but not on this page. Here it is OK:
> http://www.glitterlemonade.com/get_involved
> 
> In general the footer, when I added it to the site at the end, was
> showing up in weird places and not always with the same spacing above
> it. I suspect it has to do with not clearing floats properly but I
> can't get to the solution.

You may want to rethink your construct.
After your "homepage_maincontent" box I can count no less than *four*
elements with "clear:both", but what are they supposed to clear? I can't
find a float in there...

You'd be better making the above container a float rather than a absolutely
positioned div. And even if you do that you can still remove all the
clear:both in there, as you should be able to contain that float inside
"#container" via overflow:hidden;zoom:1; or any other new block formatting
context trigger.

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to