Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CSS で指定されたスタイルに関係なく、2 組の矢印が重なっている「移動」カーソルのように見えます。
競合するルールがない限り、以下の CSS が機能するはずです。
[contenteditable=true]:hover{ cursor:text; }
IE7、8、9、10 でテスト済み