views:

13

answers:

0

How to implement wordwrapping in a contenteditable div? By styling it as overflow-x: hidden; overflow-y: auto; I was able to make it work in Chrome but it does not work in Firefox or IE.

(Facebook uses contenteditable in it's status update box, and they seem to be having the same problem too. So is this in someway a limitation of contenteditable?)