Is it possible to place the HTML5 placeholder on the bottom of a textarea, and have it so when the user types, it goes to the bottom line, then pressing enter will push the text up?
I'll explain a little better. What I would like, is to have a 5 row textarea, and instead of starting at the top of the box, and text moving down as they enter new lines, I want it start at the bottom, and move up as they enter new lines.
If not, guess I will just need to use a background image and make it blank onkeyup