Submit your widget
97
Yays

CSS3 Gradient Background

Views 9906   downloads 1755   Image Effects

WebKit browsers paved the way with CSS based gradients. Now Firefox 3.6 is out and is supporting them as well, which makes using them for progressive enhancement all the more appealing. More good news,…

97
Yays

Navigate into extralarge images(jQuery)

Views 12481   downloads 2216   Tabs

A photogallery for extralarg images with navigator. You can drag your extralarge image in the display by the navigator or the image itself. Enjoy yourself into images. here is the js call: $(function(){…

96
Yays

Animated Header in jQuery

Views 16063   downloads 2185   Image Effects

We'll show you how to animate your header’s background image using jQuery to give your website that little extra something.We are going to build a header that animates it’s background. …

96
Yays

Greyscale Hover Effect CSS & jQuery

Views 34938   downloads 4549   Image Effects

Wireframe – HTML First set up an unordered list which we will use as our foundation for the list of gallery images. <ul class="gallery"> <li> <a href="#" class="thumb"><span><img…

95
Yays

A jQuery plugin for displaying images with Flash-like zooming effects

Views 11147   downloads 2563   Image Effects

a new plugin for jQuery that allows you to easily transform your image lists into beautiful galleries with Flash-like zoom effects in them. It’s a simple but elegant way of giving your interfaces…

95
Yays

Threadless Style T-Shirt Gallery jQuery

Views 9649   downloads 1759   Image Effects

The Basic Idea Here’s the gist: There’s a thumbnail which is a full sized image in a container div, which is smaller than the full sized image. The image is centered within it, but doesn’t…

95
Yays

Simple Flip Puzzle Effect like Apple with jQuery

Views 11044   downloads 1716   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…

95
Yays

useful zoom into picture with jquery

Views 14989   downloads 3944   Image Effects

Zoomy is a quick and easy plugin that will zoom into a picture. You only need two copies of one image first the display image and then the zoom image. Most CMS systems save or create multiple sizes of…

94
Yays

Simplest jQuery Spotlight Effect

Views 9763   downloads 1434   Image Effects

This is a Simplest jQuery Spotlight Effect 1. HTML We will use divs instead of ul list here. I have tested it with UL before, and it will work perfectly fine, you just have to style is with CSS. The caption…

94
Yays

Standard zoom(jquery)

Views 10338   downloads 3131   Image Effects

Add first the last jQuery release, then the jQZoom script(don't forget this),the correct order is important.Look at the installation code below. <script type='text/javascript' src='js/jquery-1.2.6.js'></script>…

94
Yays

JQuery Ajax Cool Shopping Cart effect

Views 27426   downloads 7044   Image Effects

this is   Ajax and JQuery shopping carts ,hope you will love it. JQuery Code $(document).ready(function() { var Arrays=new Array(); $('.add-to-cart-button').click(function(){ var thisID…

93
Yays

jQuery Easy Background Resize

Views 13087   downloads 2332   Image Effects

Resizable full-browser background image using jQuery. Implementation requires no CSS. Keeps the images aspect ratio in tact! Example HTML for Background DIV <!-- This gets positioned absolutely so…

93
Yays

Amazing Webkit Image Hover Effects with CSS3

Views 10193   downloads 1930   Image Effects

Image Shrink Effect The image will shrink if you put your mouse pointer on top of it. It is achieved by using the -webkit-transform:scale(value) property. The HTML <div id="demo-1" class="demobox">…

93
Yays

Beautiful jQuery Parallax effect

Views 25545   downloads 4783   Image Effects

 the parallax script . It’s called in a more jQuery like manner now and has a couple of useful options for inverting the movement and changing the unit of measurement to any jQuery/CSS supported…

91
Yays

jQuery plugin for selecting area of an image

Views 11297   downloads 1948   Image Effects

imgAreaSelect is a jQuery plugin for selecting a rectangular area of an image. It allows web developers to easily implement image cropping functionality, as well as other user interface features, such…