Submit your widget
64
Yays

cool Dashboard Menu with jQuery

Views 18694   downloads 3276   Menu & Navigation

we are going to create our own dashboard menu as in Leopard dashboard. Dashboard menu in Leopard usually uses as a container for a tons of widgets we have and that will be nice if we have one on our web…

64
Yays

jQuery fullscreen background image slideshow

Views 18902   downloads 3016   Slideshow & Scroller

With the help of some small HTML, nifty CSS and loads of jQuery, we're able to create an animated fullscreen background image slideshow. You can easily change the script by changing some variables.…

64
Yays

Nice CSS3 zoom-in zoom out slideshow

Views 14230   downloads 2873   Image Effects

This free copy and paste script adds a stylish CSS3 effect to your slideshow. Simply by setting the style attributes you can apply corners to any or all four image-corners, furthermore you can apply shadows.…

64
Yays

Pure CSS3 Beatiful Drop Down Menu

Views 23871   downloads 5038   Menu & Navigation

we will show you how to create a beautiful drop down menu using CSS3. We are going to create the menu without using Javascript, only CSS properties. The html code we will show you how to create a beautiful…

64
Yays

Multiple CSS3 Image Styles

Views 15767   downloads 3103   Image Effects

When applying CSS3 inset box-shadow or border-radius directly to the image element, the browser doesn't render the CSS style perfectly. However, if the image is applied as background-image, you can…

64
Yays

Pure CSS3 list styles effect

Views 19968   downloads 4276   Text & Link Effects

you’ll learn how to add some CSS3 fine tuning to your ordered lists, using a semantic approach. The HTML Below you’ll find nothing than simple ordered list markup <ol class="rounded-list">…

64
Yays

Stylish progress bars effect with CSS3

Views 14478   downloads 3769   Graph & Chart

you’ll learn how to create stylish and animated progress bars using CSS3. The HTML The markup could not be simpler than that: <div class="progress-bar blue stripes"> <span style="width:…

64
Yays

Pure CSS3 animated buttons

Views 16625   downloads 3891   Buttons & Icons

We are starting a new column called CSS3 Tricks. We will try to show you some neat tricks that you can use when designing your next website. In our first post we will show you how to create some simple…

63
Yays

Very nice pure CSS3 menu

Views 17286   downloads 3777   Menu & Navigation

This is a good looking menu using some CSS3 magic. The HTML <nav> <ul> <li><a href="#"><span>Home</span></a></li> <li><a href="#"><span>Categories</span></a></li>…

63
Yays

Cool animation with jQuery

Views 14535   downloads 2545   Image Effects

Open your Dreamweaver or other editor and create a html file. Html <div class="logo"> <img class="frame" src="frame.png" alt=""> <img class="ani-bg"…

63
Yays

graceful CSS or MooTools Photo Stack Animations Effect

Views 10654   downloads 1914   Image Effects

My favorite technological piece of Google Plus is its image upload and display handling.  You can drag the images from your OS right into a browser's DIV element, the images upload right before…

63
Yays

Right Click pop-up Function with jQuery

Views 15893   downloads 2422   Layout & Interface

How many times have you tried to right-click and save the logo of a website? And how many times has the resulting image been of very poor resolution? Many sites provide a press page with some hi-res logos…

63
Yays

Button illuminate with jQuery

Views 12724   downloads 2442   Buttons & Icons

Ever wanted to add a little flare or shine to your CSS buttons? Perhaps, you want to attract more attention to your buttons and textboxes by making them stand out or illuminate. Well, with the jQuery…

63
Yays

simple CSS3 menu zooming

Views 11942   downloads 2499   Menu & Navigation

This is a small part of a redesign I am working on. I was wondering how do make a menu that zooms into a smaller thumbnail when you don't use it and gets bigger when you want to click a link. Now…

63
Yays

Navigation bar on the right of the page with jQuery

Views 18760   downloads 2792   Menu & Navigation

Flexible Nav is a small jQuery library which add a smart navigation bar on the right of the page. It improves a web page navigation and helps to visualize different sections of a document, an article,..…