如何在滑块上插入阴影
How to insert shadow over a slider
我使用 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
帮助了我
我使用 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
帮助了我