I am looking for a jQuery plugin or tutorial to have a hover effect on thumbnails. I would like to display a title over the image, social icons and a link. There would be a greyscale over the picture and disp开发者_JAVA技巧lay the text and icons above it?
Anyone have any ideas? Thanks all,
These two tutorials probably cover the majority of functionality you're looking for
- Display tools tips with a jQuery plugin
- A simple mouseover hover effect with jQuery
And here's a plugin that does image greyscaling
- Greyscale plugin
I found this tutorial for hover effects.
http://tympanus.net/codrops/2011/11/02/original-hover-effects-with-css3/
精彩评论