我有一个单独的处于悬停状态之上的活动状态,并且当你将鼠标悬停在...上时css告诉它向上移动...
<a href="#"><img width="220" height="330" src="thumb.jpg" class="img-thumb"/></a>
a{ float:left; height:165px; margin-bottom:20px; overflow:hidden; width:220px}
img{ border:none; margin:0; opacity:1}
a:hover img{ margin-top:-165px}
很棒的悬停工作,更改图像的下半部分。
是否有任何jQuery可以添加淡入淡出,使悬停不那么苛刻,淡化到较低的图像?
有什么想法吗?
谢谢:)