如何在滑块

时间:2016-01-05 10:08:54

标签: jquery css caroufredsel

我使用carouFredSel插件创建了一个带有汽车图像的滑块。现在我想在第一个和最后一个项目上添加阴影,我希望有人能给我答案。

到目前为止,这就是我所拥有的: enter image description here

这就是我想要的: enter image description here

每个元素都在使用此代码:

<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>

谢谢!

1 个答案:

答案 0 :(得分:0)

谢谢Sauhard Gupta,box-shadow: inset帮助我