problem shown: http://test.aussieclubroom.com/test.html
I have a div in which content is dynamically generated into. On the left of the example URL, is the current div I have. notice the container div’s height is fixed (mainContent_mid_right), and so are the left and right border divs (mainContent_mid_right_left and mainContent_mid_right_right).
However, I would like the div to be dynamic in height, so I set the parent div (mainContent_mid_right) to height:auto, and the left and right border divs to height:auto. this is the div on the right of the URL given. However, as you can see, the border divs are not appearing, can anyone help me fix this?
thanks,
daniel
the rounded-corners effect you are trying to achieve with all these divs, is actually the border-radius CSS property. Should help you clear all this mess!