【发布时间】:2017-12-05 06:50:07
【问题描述】:
大家早上好
我的 css/javascript 有问题。
这里是问题站点的 URL:https://www.espace-musculation.com/nutrition-sportive/
我在一个链接之前设置了一个:让所有顶部的 div 都可以点击:
z-index: 2;
happy:'';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba (0,0,0,0,0);
我想在图像上添加阴影:悬停时将鼠标悬停在图像上,但我仍然没有找到解决方案。
如果有人对 css 或 js 有想法,我会接受!
谢谢,谢谢!
【问题讨论】:
-
哪张图片?标题中的那个?
-
你可以在jquery中使用hover。这是链接api.jquery.com/hover
标签: javascript jquery css hover