Posted by ironcorona on 05/26/06 20:13
Adam Plocher wrote:
> Hi I seem to be having some weird issues with this code below:
[snip]
In the child <div> just remove "position:absolute;bottom:0px;left:0px;"
Why are you absolutely positioning a div inside a container?
Positioning takes the child <div> out of the flow and would account for
your problem.
For that matter why is the container <div> positioned?
--
Brian O'Connor (ironcorona)
[Back to original message]
|