Positioning
Posted: Wed Dec 20, 2006 8:08 pm
Hey all,
I have some text which I would liek to be positioned at the bottom right of its container, but other text is also in the container. So far, I have tried:
which positions it only relative to the text
and
which just positions it to the very bottom right to the entire page.
I was wondering if there is any medium between the 2, as I want it positioned right on the bottom right of the container.
I have some text which I would liek to be positioned at the bottom right of its container, but other text is also in the container. So far, I have tried:
Code: Select all
position: relativeand
Code: Select all
position: absoluteI was wondering if there is any medium between the 2, as I want it positioned right on the bottom right of the container.