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.
我有一个 textarea 和一个 div。我希望当我将鼠标悬停在 div 中的特定单词上时,它也会像这样突出显示 textarea 中的单词...
http://translate.google.com/#hi|en|%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BE%20%E0%A4%A8%E0% A4%BE%E0%A4%AE%20%E0%A4%B6%E0%A4%BE%E0%A4%B9%E0%A4%AC%E0%A4%BE%E0%A4%9C%E0% A4%BC%20%E0%A4%B8%E0%A4%BF%E0%A4%82%E0%A4%B9
请帮忙...
如果你用谷歌翻译触发他,你会发现它不是一个文本区域。GTranslate 系统用“ spans”包裹单词并动态更改span on hover.
spans
span
on hover
无法突出显示textarea.
textarea
话虽这么说,在元素上方/下方显示叠加层以突出显示其部分是一种常见做法(并且 translate.google.com 使用它)...
那不是文本区域。您可以通过将文本包装在 span 中并对其进行样式设置来实现此目的