css question
here is what i'm trying to do:
I have a text signature I want to stick at the bottom a page, regardless of the page's height. always at the bottom as the last thing on the page.
something like: "All Right Reserved".
the thing is I want to use CSS only for this and not JavaScript.
I need something like: background-position: 100% 100%, but I know that only works for a background image (right?)
any way to do this?
|