Home › Forums › CSS › Position an Image at the bottom of a DIV? › Re: Position an Image at the bottom of a DIV?
June 10, 2010 at 7:58 pm
#77572
Participant
bottom:0; and left:0; and such only work when position:absolute; is applied as well. You do that and you should be good ^_^
If you get a problem where the text starts to flow behind image, give the div a bottom padding equal to the image and that should stop it.
I hope that all helps.