My problem page is at
http://girlschorus.org/test.html
I have a container with a relatively positioned graphic at the top, then two floats which are relatively positioned (for a a two-column effect) under the graphic. I've applied the Clear Fix hack so that the container extends to the bottom of the floats just fine.
My problem is that in moving the two floats up (position:relative; top:<something around 100px>;) in order to cover part of the top graphic, I leave a large blank space at the bottom of the container where the floats would normally be if top=0px.
I want to get rid of that space so that the bottom of the container appears just below the bottom of the floats.
Any suggestions?