Do you know how to make a <div> editable with JavaScript? I'm looking for cross-browser solution.
Something similar to a rich text area, but that uses an editable <iframe>. I need something similar for a <div>.
I don't want to use a replacement textbox.