Submit your widget
109
Yays

pure CSS Image Maps

2 years ago   Views 17900   downloads 2666   Image Effects

we're not only going to get you up to speed on how to create a CSS image map, but, we're also going to take it a couple steps further and add hover states to our image map using a CSS background image…

105
Yays

Multiple CSS Decorative Gallery

2 years ago   Views 11478   downloads 1591   Image Effects

I will show you how to decorate your images and photo galleries without editing the source images. The trick is very simple. All you need is an extra <span> tag and apply a background image to create…

80
Yays

Very Useful CSS3 Rounded ImageS With jQuery

2 years ago   Views 8618   downloads 900   Image Effects

The other day I was trying to style CSS3 border-radius to image element and I realized that Firefox doesn’t display border-radius on images. Then I figured a way to work around it — wrap a…

128
Yays

jQuery cool hover Slide Effect

2 years ago   Views 24494   downloads 2825   Slideshow & Scroller

Setting up our files Ok let’s start by opening our text editor and creating a new html document, save this to your desktop as “index.html”. Now create a new css file and save this as…

77
Yays

jQuery plugin for selecting area of an image

2 years ago   Views 6114   downloads 765   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…

89
Yays

jQuery useful Animation Banner

2 years ago   Views 10725   downloads 1812   Image Effects

we will be creating a custom animation banner with jQuery. The idea is to have different elements in a banner that will animate step-wise in a custom way. We will be using the jQuery Easing Plugin and…

114
Yays

Basic image Rotate effect with jQuery

2 years ago   Views 16353   downloads 1238   Image Effects

Description: This is an final product of a Wilq32.PhotoEffect Snippet (browse blog to get more information). Actually you can use this simple and tiny script to rotate images (any angle) directly on client…

88
Yays

Jquery And CSS3 Virtual Light Table With Draggable Photos

2 years ago   Views 10618   downloads 1157   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.…

118
Yays

Annotation Overlay Effect with jQuery

2 years ago   Views 8537   downloads 903   Image Effects

we will create a simple overlay effect to display annotations in e.g. portfolio items of a web designers portfolio. The Markup The HTML is pretty simple: we have a main “portfolio” wrapper…

130
Yays

CSS3 Super slick jQuery menu

2 years ago   Views 16619   downloads 2027   Menu & Navigation

The plugin called jSlickmenu, creates, well, slick menus with jQuery. Combined with some great CSS3 features likes rotation and shadows, this plugin can really lift up your design. It's fairly easy to…

95
Yays

Jquery Image Fade Cross Transition

2 years ago   Views 9053   downloads 923   Image Effects

  Image rollovers were the staple JavaScript nugget of the 90s, and for a lot of JavaScript developers I know, one of the starting places their passion for JavaScript. Today, rollovers are a no-brainer…

110
Yays

jQuery fading header effect

2 years ago   Views 11745   downloads 1348   Image Effects

The HTML and CSS The HTML is very straight forward. We have a h1 element with a link inside of it. We’re going to hook our Javascript onto our header (or whichever element we want to add this effect…

96
Yays

jQuery plugin ImageView

2 years ago   Views 8781   downloads 889   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"…

80
Yays

Amazing Webkit Image Hover Effects with CSS3

2 years ago   Views 7255   downloads 794   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">…

99
Yays

Yoyo hover effect jQuery and CSS3

2 years ago   Views 8310   downloads 931   Image Effects

Haven’t you ever just wanted a yoyo on your webpage? A beautiful, animated, spinning yoyo that slides down like a real yoyo would? The HTML There is very little HTML markup, so it is pretty easy…