I am trying to change style of cursor on element that has 'contenteditable' attribute set to true in IE.
<div contenteditable="true" style="cursor:pointer;">
text
</div>
I have tried do that using inline styling like in example above, also with css file and by javascript but with no luck.
All my solutions work in FF without problems, they work fine also in IE but only when 'contenteditable' attribute is set to false. So it is definitely somehting related with implementation of contenteditable in IE but I have no clue how to solve this problem.
I am using IE8.
Thank a lot for your help!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…