I created a contentEditable div to use as a rich textarea. It has resize handlers around it that I\'d like to get rid of. Any idea how I\'d do this?
Edit: This app
It looks like I'll be able to work around this by adding a wrapper div and absolutely positioning the wrapper and then making the inner div contentEditable.