Forum Moderators: not2easy
i have created a <div> with a fixed height of 600px and within this, i have placed another <div> with a height of 100%. i would like the child <div> to expand to the full space of the container <div> but for some reason, it extends beyond the the container <div> in Netscape 6 and 7 and mozilla. it works in IE. can someone help me out.
the test page is
[ohsu.edu...]
thx,
john
ultimately i would like to have columns floated next to each other that equally expand vertically as content is added even if only one of the columns (let's say the RIGHT one) has content that is pushing it to expand vertically.
my plan had been to set up two child <div>'s in a parent <div>. i wanted the parent <div>'s height to be set to be able to expand based upon the content it contained (height: auto?)
then the children's heights would be set to 100%. as one of the child columns (the one with the more content...the RIGHT one) expanded, it would cause the parent's height to expand which would then hopefully cause the other colunn's (the one with only a little content) height to expand in unison with the right column.
is this possible to do? i have tried a few variations and don't seem to be able to get it to work in Netscape.
thx for your help...i hope this makes sense.
[pixy.cz...]