Hi,
I need to make a div layer so that when you click on it you will have your cursor there blinking and you can insert/delete text just like <input type="text">
does, except that I do not want to use it as it is slightly too limited to my case.
I can definitely use JavaScript.