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で試しました。
jQueryホバーイベントを使用できます。画像をホバリングすると、コールバックで次のコードを使用できます。
$(".link1").css("text-decoration","underline");