I want to make a simple editor for my website.
<div contenteditable="true">edfedasd</div>
its work, But i want disable resize for image in this div.
<div contenteditable="true">edfed<img src="/sm/1.gif">asd</div>
I test onmousedown,onmouseup,onselect,onfocus events But i can not do this!!!
Please help me!