Code:
Is below this text
<div style="position:relative">
<div style="left:0px;top:0px;width:546px;position:absolute">Hey....</div>
<div style="left:0px;top:20px;width:546px;position:absolute">Going down a little more.</div>
</div>
Overlaps this text
Here is the current code I am working with.
I currently have two absolute division tags placed in a relative tag. There is a problem though. Since they are absoulte it floats and does not aquire a height. Therefor it overlaps the text outside and beneath the relative division tag.
Here is an example of what I mean...
There content overlaps the rest of the page because its absolute.. is there anyway the division tag can aquire the height of the absolute.. Also I can not just specify the CSS height tag because the height is varies and is unknown.