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");