Submit your widget
106
Yays

Snazzy Hover Effects Using CSS3

Views 19266   downloads 6694   Image Effects

In this example,we will be going over creating flexible advanced hover techniques using CSS2.1 properties. Advanced hover states are quite simple When I first started learning CSS, the :hover pseudo-element…

125
Yays

Cursor following translucent float menu jQuery CSS3

Views 12107   downloads 2488   Menu & Navigation

A website navigation menu that follows the cursor, created with the jQuery framework and CSS that’s easy to implement and configure. The idea behind the script was to create a floating navigation…

271
Yays

Super Cool jQuery and CSS3 Nifty Dynamic Shadow

Views 21767   downloads 3708   Layout & Interface

Step 1: Creating the transparent PNG’s First we need to prepare all PNG files we’re going to use. We’ll need following image elements: The on/off switch (needs two states) The light…

207
Yays

Sudo Slider jQuery Plugin

Views 25782   downloads 3952   Slideshow & Scroller

How to use Sudo Slider If you are 100% lost, copy the basic.html document and make sure that the links to the JavaScript and the css works, because i here assume that you already have a working setup…

102
Yays

pure CSS Stationary Logo on Page Scroll

Views 13669   downloads 2127   Layout & Interface

The Econsultancy marketing blog has an interesting little effect using CSS that causes their logo to change when the page is scrolled. Visit their page and scroll down. You’ll notice the logo changes…

101
Yays

Simple Contained float Sticky Scroll jQuery Plugin

Views 10616   downloads 2117   Layout & Interface

This is achieved using a custom coded jQuery plugin that I created for this exact purpose. I’ve dubbed it the Contained Sticky Scroll plugin, and released it as a freebie. Anyhow, I thought it might…

153
Yays

Chrome, Safari Fancy menu with CSS3 and jQuery

Views 21862   downloads 4664   Menu & Navigation

Fancy menu was made popular by devthought, it is develop on top of the Mootools library. And later a jQuery version of this menu called lavalamp was made popular by Ganesh. This time I will show you how…

150
Yays

Nice Pure CSS3 Slick Menu

Views 30912   downloads 6180   Menu & Navigation

In this article we are  trying to mimic the navigation menu in Dragon Interactive website using only CSS (no images, no JavaScript). Note: This is an experimental example using the new features of…

259
Yays

Display social icons in a beautiful way using CSS3

Views 26331   downloads 6265   Menu & Navigation

When you hover a icon, a small tooltip is displayed with the name of the social media. All other icons have a low opacity. I wanted to take this concept and bring it to the next level using CSS3 transitions.…

436
Yays

Very Beautiful Parallax Slider with jQuery

Views 45722   downloads 8657   Slideshow & Scroller

We will kick start 2011 with a vibrant image slider tutorial. We will make use of the parallax principle to move different backgrounds when we slide to an image in order to create some nice perspective.…

104
Yays

3D Awesome Buttons with CSS3 & jQuery

Views 14233   downloads 2068   Buttons & Icons

It's not support IE.There is no doubt that websites are edging more and more into the web app, or interactive arena, rather than the static websites that most of us began with. As links and buttons are…

80
Yays

Nice pure CSS3 Typography

Views 8217   downloads 2146   Text & Link Effects

we’ll look at how to take basic markup and transform it into an attractive and beautiful typographical design through pure CSS3. There are no images or other external resources, just pure CSS magic.…

182
Yays

Pretty Digg-style post sharing tool with jQuery

Views 10820   downloads 2621   Tooltips

I will show you how to create a social bookmarking tool that look similar to digg's. It looks cool, practical and useful! I also include the komodomedia's social bookmarking icons and a long list of submission…

119
Yays

Nice CSS3 buttons

Views 13290   downloads 2832   Buttons & Icons

It’s worth noting that if your using Internet explorer you’re not going to see all these effects as IE still doesn’t support CSS3. Compatible CSS3 browsers are, Safari, Chrome and FireFox…

192
Yays

Simple AJAX Driven tabs with jQuery

Views 25044   downloads 4421   Tabs

This example will show you how to create an AJAX Driven Website that overcame the browser Back button and bookmark problem in AJAX. I have made two versions, simplified version for further modification…