I\'ve been googling this all morning and can\'t seem to get it to work:
I have a parent DIV with Relative positioning and a two column child DIV setup inside of it,
clearing works but ive had weird results. then i found a post that makes it much easier and perfect in all browsers.
Set your child divs to float:left/right. Then put "overflow:hidden" on the parent. Because you haven't specified a height, it will just wrap to teh child elements perfectly. I haven't use'd clearing for ages now.