I have a <textarea>
. It has some specific size, say 400px X 400px. I can type inside it. But I should be able to type after leaving some space, and the cursor should stop there if i clear the text, like using backspace.
Below is an image showing what I am trying to say;
It is like a div inside a div. The text should not appear on the space with orange color. That doesn't mean that the div may acts as an overlay so that text may remain beneath it. It is not a matter of simple overlay. How can I do this using HTML and CSS alone?