Submit your widget
118
Yays

Popout Details on Hover CSS3

Views 28501   downloads 8606   Image Effects

HTML The columns are made up of unordered list items, within each list item is the thumbnail image and the details of the item wrapped in a class of "info". <ul class="columns"> <li> <a…

117
Yays

CSS Image Viewer the Clever Way

Views 15047   downloads 2178   Image Effects

Image Viewers are fairly common on websites now-a-days. Most use some form of JavaScript to change images, some use Flash. This is a problem if the user doesn’t have either enabled on their browser. …

116
Yays

Hoverbox Image Gallery

Views 21413   downloads 3813   Image Effects

It uses an anchor link for the effect, because that is the only thing that Internet Explorer allows the :hover psuedo-class to work with. While my example page only has # linked to, this could easily…

115
Yays

a Dynamic Stack of Index Cards(CSS3)

Views 15736   downloads 4566   Image Effects

We will create a dynamic stack of index cards solely with HTML and CSS3 and use such CSS3 features as transform and transition (for the dynamic effects) and @font-face, box-shadow and border-radius (for…

115
Yays

jQuery plugin ImageView

Views 12808   downloads 1988   Image Effects

This is  jQuery plugin which can help you to create image viewing in your site more useful. Code excample <div id="imageView_container"> <img src="photos/image-800x500.jpg" rel="photos/image-1680x1050.jpg"…

114
Yays

JQuery.iviewer: zoom image and to drag effect

Views 24295   downloads 3415   Image Effects

JQuery.iviewer is a jquery plugin used to load and view image in container with ability to zoom image and to drag it with mouse in container. Plugin is expected to work in ie6+, ff2+, google chrome, opera…

114
Yays

Awesome jQuery 3D Gallery View

Views 18653   downloads 2555   Image Effects

3D Gallery View is an image gallery based on jQuery. This one permits to animate a series of images in the space using a really short code. With a characteristic 3D effect this plugin makes a nice system…

113
Yays

Sliding Boxes and Captions with jQuery

Views 24559   downloads 4786   Image Effects

Learn how to use JQuery animations to slide captions and images in and out of view. Don’t distract your visitors, show them only what they need to see. Come check out what you can do to juice up…

113
Yays

Image Highlighting and Preview with jQuery

Views 10060   downloads 1701   Lightbox & Dialog & Overlay

We will highlight images on a delayed hover and offer a preview mode which will enlarge and center the bigger version of the image on the screen. The Markup   For the HTML structure we simply need…

113
Yays

jQuery different Photo comparing Effect

Views 12647   downloads 1968   Image Effects

This plugin author by flood disaster triggered inspiration.Well, it is saddening to see all the damages the flood did. In the other hand, and also notice the way it presents the before and after photos.…

111
Yays

Animated InnerFade with JQuery

Views 16529   downloads 2212   Slideshow & Scroller

Présentation Ce plugin pour jQuery est une extension du travail de Torsten Baldes : InnerFade with JQuery. Nous avons ajouté :  un effet de mouvement sur les images à…

110
Yays

Sliding door effect with JQuery

Views 11981   downloads 1845   Image Effects

HTML   <div class='box_container'> <img class='box_image' src='img.jpg' style='width:300px'/> Just some dummy text. </div> <div class='clear'></div>     The…

110
Yays

Jquery And CSS3 Virtual Light Table With Draggable Photos

Views 14784   downloads 2470   Image Effects

how to use CSS3 and jQuery to create a nice-looking virtual light table with draggable photos. A traditional light table is a flat illuminated panel that you can place transparent slides on for viewing.…

109
Yays

Inset Border Effect jQuery Plugin

Views 10436   downloads 2150   Image Effects

It’s a very simple but neat effect. The images have a border, but unlike CSS borders, it covers up part of the image. I wanted to use this effect in one of my galleries so I went ahead and experimented…

109
Yays

Image splitting effect with CSS and JQuery

Views 11635   downloads 1796   Image Effects

we are going to make an image splitting effect. What’s that? It’s simillar to a sliding door effect where the image slides to left or right side and reveals the text behind it, but the thing…