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.
キャンバスに省略記号ラベル(「酸っぱい...」など)を描いています。Sペンでホバリングすると、元の文字列(この場合は「Sourabh」)を表示するにはどうすればよいですか?
Lollipop を搭載した Note 3 を使用していましたが、非常に簡単です。:hoverステートメント を使用します (デスクトップなど)。注意::hoverユーザーが要素に触れたときにもトリガーされます。
:hover
.myelement:hover { content: "I hovered my S Pen over the element"; }