I suppose I could start by asking if one could float (not AP) an element at the bottom (left or right), but I already know the answer is “no” so it may be better to describe what I am trying to achieve.
I have a div that contains one or more block elements and i wanted an image to always be at the bottom right corner of this container element. This would be easy enough to do with a bg image, but then the content would appear on top of the image, and I don’t want that, or to add padding right to the children of the container,but if I have a lot of content it becomes obvious there is a COLUMN of white space above the image… what I am looking is more of a text wrap effect
A more clumsy attempt would be to put it on the last child element. the problem with this being are that if the last element does not have enough text to offset the height of the image OR if I place the image at the end of the text , the image itself will stretch the container leaving white space bellow the text. not what I want. If there is too much text however the text will wrap bellow the image , so the image wont be at the right bottom edge.
In case you wanted to visualize what I mean:
I am stuck… has anyone here achieved such an effect?