Can someone advise me as to a simple way to position a block(s) under a dynamically changing size of a block above it?
IE. I have a block of code positioned “Absolute” that contains text/images that may change in height depending on what goes in to it. There are two other blocks that are each 1/2 the width of this block that (right now) I have positioned “Absolute” directly below the Dynamically changing block. I would like to be able to move the two blocks below the dynamic block up or down depending on the height of the block above it.
Thanks
Rick