在css中设置图像可见区域
我正在使用 jCarousel 制作徽标的图像滑块。因为图像不应用作背景,而应在图像标签中使用,这就是要求。因此将所有图像放入 li 标签中。 jCarousel 工作正常。
但在这里我必须默认只显示图片的一半(精灵图像[默认,鼠标悬停在图像上]),并将鼠标悬停在另一部分上。在CSS中如何设置图像位置以仅显示图片的一半并将鼠标悬停在另一半上。
请参阅屏幕截图。
谢谢
I am using jCarousel to make a image slider of logos. In that the image should not be used as background it should be with in the image tag, thats the requirement. So placed all images with in li tag. and the jCarousel is working fine.
But here i have to show only half of the picture(sprite image [default,mouse over image]) by default and on the mouse over another part. In css how to set up image position to show only half of the picture and on the mouse over another half.
See the screenshot.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,确保您的 li 元素设置为溢出:隐藏。
然后,将您的 img 移动到左侧,位于 li 元素之外:
First, make sure that your li elements are set to overflow: hidden.
Then, move your img's to the left, outside of the li elements: