Submit your widget
101
Yays

jquery masked Gallery

Views 14553   downloads 2469   Image Effects

Slide your images into a mask! Build your own png mask and choose your images to slide inside! in the header: <script type="text/javascript" src="inc/jquery/1.3.2.min.js"></script> <script…

101
Yays

Sexy Image Hover Effects using CSS3

Views 24070   downloads 6241   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…

100
Yays

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

Views 11348   downloads 2642   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…

100
Yays

Navigate into extralarge images(jQuery)

Views 12697   downloads 2295   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(){…

99
Yays

Standard zoom(jquery)

Views 10565   downloads 3226   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>…

99
Yays

CSS3 Gradient Background

Views 10108   downloads 1858   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,…

99
Yays

jQuery Easy Background Resize

Views 13312   downloads 2435   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…

99
Yays

Simple Flip Puzzle Effect like Apple with jQuery

Views 11254   downloads 1814   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…

98
Yays

Animated Header in jQuery

Views 16325   downloads 2268   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. …

97
Yays

Greyscale Hover Effect CSS & jQuery

Views 35138   downloads 4651   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…

97
Yays

useful zoom into picture with jquery

Views 15223   downloads 4052   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…

96
Yays

Simplest jQuery Spotlight Effect

Views 10008   downloads 1511   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…

96
Yays

jQuery plugin for selecting area of an image

Views 11641   downloads 2060   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…

96
Yays

Beautiful jQuery Parallax effect

Views 25998   downloads 4866   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…

95
Yays

Amazing Webkit Image Hover Effects with CSS3

Views 10396   downloads 2006   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">…