Submit your widget
112
Yays

CSS and Jquery: an Image Slider

2 years ago   Views 10785   downloads 1271   Image Effects

Basically you are going to create a jquery effect. When a holder is hovered over the top image slides down to reveal the image underneath. I will also explain how to use position absolute to float an…

172
Yays

jQuery Plugin: rotate3Di - Flip HTML content in 3D

2 years ago   Views 12735   downloads 1657   Image Effects

Rotate3Di is a jQuery Effect Plugin that makes it possible to do an isometric 3D flip or 3D rotation of any HTML content. It also enables custom 3D rotation animations. CSS Transforms are used to create…

102
Yays

Popout Details on Hover CSS3

2 years ago   Views 18655   downloads 3390   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…

73
Yays

jCaption: jQuery Image Captions with Customizable Markup, Style and Animation

2 years ago   Views 6233   downloads 740   Image Effects

jCaption is a jQuery plugin designed to make adding captions to a page dead simple. It takes an image element and uses one of its attributes to build the markup for a caption. It allows for both arbitrary…

78
Yays

Color Changing Text and Backgrounds w/ jQuery

2 years ago   Views 7056   downloads 928   Image Effects

Here’s a quick and easy way to cycle between multiple colors smoothly. Normally you would define the (background) color in the CSS and that would be the end of it. In this case we want to be able…

89
Yays

New jQuery plugin: “Fly Off Page”

2 years ago   Views 8212   downloads 675   Image Effects

There is a new jQuery plugin, it’s called "Fly Off Page". It will take selected elements and make them fly (not literally) off the page in a random or pre-defined direction. Customizable options…

91
Yays

AnythingZoomer jQuery Plugin

2 years ago   Views 6739   downloads 1224   Image Effects

You have a small area. You mouse over it. An area pops up giving you a zoomed in closer look. This is a jQuery plugin that does it. I’m not going to tell you what you should use it for or elaborate…

101
Yays

Animated background image with jQuery

2 years ago   Views 9838   downloads 1302   Image Effects

In this example, we are going to create a basic web page layout which includes a super cool animated background image, using jQuery. Let’s do it 1. The first step of this tutorial is to download…

90
Yays

Easy Display Switch with CSS and jQuery

2 years ago   Views 17962   downloads 1381   Image Effects

This is a simple way to allow your users to switch page layouts by using CSS and jQuery. Today’s web users expect web pages to be increasingly more interactive. To this end, the ability to change…

87
Yays

Sexy Image Hover Effects using CSS3

2 years ago   Views 15729   downloads 3360   Image Effects

In this example I am going to show to How to create a sexy css effect on image hover.This kinda effect you have seen before in Flash or in javascript as well.But why use Flash or js when CSS can do the…

99
Yays

CSS Swap Hover Effect

2 years ago   Views 9073   downloads 1172   Image Effects

It was requested that the product photo be swapped by its product description when the mouse hovers over it. This kind of effect is very interesting and easy to achieve, so I would like to share it with…

73
Yays

The Wire Tumblr in Realtime-alike jQuery

2 years ago   Views 9529   downloads 821   Image Effects

we’ll try to discuss how to make an image walking like in “The Wire Tumblr in Realtime”. Actually, that image walking makes use of a very simple technic; the script automatically prepends…

82
Yays

Simple Flip Puzzle Effect like Apple with jQuery

2 years ago   Views 8102   downloads 722   Image Effects

Gradient and Flipping Technique I said that the advertisement makes use of puzzle paper effect. In order to create this effect, we give a lighting from certain angle to each block layer that we stacked…

123
Yays

Thumbnail Effect With Zoom And Sliding Captions(jQuery )

2 years ago   Views 12656   downloads 1755   Image Effects

This time with zoom and sliding caption. HTML <!-- start thumbnailWrapper div --> <div class='thumbnailWrapper'> <ul> <li> <a href='#'><img src='images/1.jpg' /></a>…

85
Yays

Sliding door effect with JQuery

2 years ago   Views 7807   downloads 914   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…