Sat, 2004-09-25 21:16
Its late and I'm tired and this is probably glaringly obvious.
I have a blank page.
I want some text in the bottom right corner of the page, right aligned;
The right hand side and the right aligned bit even I've figured. The bottom of the page bit is proving problematic. Especially as I don't want it dissapearing if people use a smaller browser window that I designed it on.
So, erm, help?
Thanks!
Sat, 2004-09-25 23:12
#1
I can't believe I can't figure this out!
I don't know what the best or most 'correct' way is, but try this for now:
#textblock { position: absolute; right: 0; bottom: 0; }
Sun, 2004-09-26 00:08
#2
I can't believe I can't figure this out!
Thanks, that seems to work.