I have contenteditable div on which i have file drop and copy-paste image event. By using the color:transparent i am able to hide the blinking cursor on chrome browser. but in IE i came to know "The color of the text cursor in an input on IE is always the inverse of the background color". Source:How do I change the color of the text cursor in an input field in IE?
Is there any alternative way to disable a cursor or change the speed of blinking cursor so it looks like hidden in IE.
cursor: none
on the element? This would work across all browsers. – Somnambulism