http://bizzocall.com/PlanPageFinal1_heightExperiment.php
I’ve been working on getting this page to display across IE 7,8,9, FF, Chrome, Safari and Opera, and I’m almost there. One persisting problem that occurs is in IE 7. In the innermost box of the layout, the bottom element shows outside the box, whereas, in everything else, it displays correctly.
I’m using the overflow:hidden; property in CSS to do this. There are 2 layers of nested containers. It is the inner box that is not growing to include all of its content.
Anybody want to tackle this one?