标签: javascript css contenteditable
我有这样的事情:
<div class="content" contenteditable="true"> <p>Some text</p> <p>Some other text</p> </div>
现在我可以.content p:hover(例如颜色:红色)来操纵CSS。但这只适用于光标。
.content p:hover
我该怎么做才能根据插入符号的位置(特定段落)操作CSS?