Tee G. Peng wrote:
http://project.lotusseedsdesign.com/tee_test/4col.html

If you click 'open' in the outer left column, it get expanded and you
 can clearly see the inner column couldn't adjust its height

I only had a quick look on the source-code, but the layout seems to
behave as it should - given the relationship between those containers.
You have nested containers - which will behave the same as equivalently
nested HTML tables.

- #left is an independent container, so it will, and should, only affect
height of its parent - #wrap.
- #right is on its own, and will not be affected by, or have an effect
on, #left.
- #right - and all containers inside #right - will of course affect
height of #wrap, since both #left and #right are children of #wrap.
This makes it appear as if #right is affecting the height of #left, but
not the other way around. It's just an illusion though.

Now, if you want #left to affect the height of #right, #left must be a
child of #right.

regards
        Georg
--
http://www.gunlaug.no


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to