Nathan wrote:
Quote:
like position: relative; bottom: 0px; ?
if it is indeed outside the main content container, it should attach
relative to the bottom of it's parent container, IE: body.
Thanks for your answer! Yeah I tried to put in on the bottom of the
|
content container but the div should be on the left and a bit up.
So I do a postition top and left to get it in place. But now the content
container still have the space left over for the divs I just moved! So
there is now a not needed(or wanted) space between the content and bottom.
Is there a way to take that away??
If I float the divs on the left of the content. It get's to the top left
of the content. So I can't do that either!
/ Gnolen