我使用carouFredSel插件创建了一个带有汽车图像的滑块。现在,我想在第一项和最后一项上添加阴影,希望有人能给我答案。
到目前为止,这就是我所拥有的:
这就是我想要的:
每个元素都使用以下代码:
<li style="width: 170px;">
<a href="astra-brandpage" onmouseover="mouseOverCar(this, 'Astra')" onmouseout="mouseOutCar(this, 'Astra')">
<img src="~/Astra.png">
<b>Astra </b>
</a>
</li>
谢谢 !
最佳答案
谢谢Sauhard Gupta,box-shadow: inset
帮助了我
关于jquery - 如何在滑块上插入阴影,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/34609003/