I'm trying to make a fancy editor online, and I need to give the user the impression that he's typing directly inside a DIV / SPAN / some other element.
I can capture the keystrokes by routing them to a hidden text box, yes, but I want to know how to show a cursor at the right places to complete the illusion.
Any ideas?