Hi everyone. I'm new to this beautiful forum.
I have a very hard challenge to overcome.
I'm working on a web portal, with columns. I have a column on the right, separated in 3 sections, one under the other.
All these sections must be scalable with the text.
At the bottom of the 1st section, i must have div that contains a flash animation with a transparent background. This div is positionned over everything because the flash overflows the website design.
What I have to do is make sure this div is always aligned to the bottom of the section, mo matter what happens.
Ok now I'll summarize what I just said :P
I have an absolute DIV that must always be aligned with the bottom of one div that's in a column. This must be done without using
PHP or Javascript.
I tried to put an absolute div nested within a relative div, but it didn't work, it aligned to the bottom of the page.
I hope I was clear with the statement of my problem.
Can anyone help?
(I just added a visual example...)