Submit your widget
102
Yays

CSS Sliding Door menu using only 1 image

Views 8216   downloads 1859   Menu & Navigation

Concept The concept of the sliding door is to use a background image for the buttons in a navigation menu. I am using a span within a link in the list to hold a part of the image. the link itself will…

102
Yays

Simple CSS vertical menus

Views 25176   downloads 3593   Menu & Navigation

Our menus are actually HTML unordered list elements <ul> styled using CSS, giving them background color, margin, padding and other CSS attributives. The process of creating this menus can be separated…

102
Yays

Pure CSS collapsible tree menu

Views 14708   downloads 2856   Menu & Navigation

The demo is built using an ordered list (ol) nested with further ordered lists to naturally represent a basic folder structure. <ol> <li class="file"><a href="document.pdf">File 1</a></li>…

102
Yays

BlogSlideShow image viewer with fancy transition effects (jQuery&CSS3;)

Views 9274   downloads 1569   Lightbox & Dialog & Overlay

BlogSlideShow is a free open-code JQuery plugin that enhances your blog pages with fancy image viewer, which provides nice transition effects including CSS3/HTML5-related ones. All what you need is to…

102
Yays

jquery masked Gallery

Views 14661   downloads 2520   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…

102
Yays

Sexy Image Hover Effects using CSS3

Views 24215   downloads 6315   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…

102
Yays

mootools FrancyForm Checkboxes Radio buttons

Views 7968   downloads 1744   Form

FancyForm is a powerful checkbox replacement script used to provide the ultimate flexibility in changing the appearance and function of HTML form elements. It's accessible, easy to use and degrades gracefully…

102
Yays

Image Player/Slideshow with jQuery

Views 12185   downloads 2228   Slideshow & Scroller

I wanted an image player/slideshow that looked and functioned similarly to a video player. After some playing around, this was the result. You can click different points on the scrubber to jump back and…

102
Yays

Vertical Menu

Views 16006   downloads 3467   Menu & Navigation

A simple and lightweight prototype-based solution for vertical menu. Lightweight: ~1.32 KB Unobtrusive: Plays nice with JS turned off. Cross-browser: Full A-Graded browsers support Fully customizable:…

102
Yays

super Simple-useful Drop Down Menu

Views 20258   downloads 3823   Menu & Navigation

It is a One Level Drop-Down Menu with Timeout effect. Internet has a lot of scripts with the name "Drop Down Menu". One day I needed to make such menu for my site. I have rummaged a heap of sites and…

102
Yays

Simple jQuery Link Control

Views 7409   downloads 1764   Text & Link Effects

Link Control is divided into Inline  and Overlay . The inline link, when you roll over the link it simply pushes the text to the right. Just a note, this could become problamatic if your text wraps…

102
Yays

Simple Contained float Sticky Scroll jQuery Plugin

Views 10689   downloads 2146   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…

102
Yays

jQuery Plugin: fancy FAQs

Views 7910   downloads 2481   Text & Link Effects

This example will show you how to use jQuery in order to generate easy-to-read and eye-pleasing FAQs, with a fancy slide down effect. This script will help you enhancing both user experience and accessibility,…

102
Yays

Colorful jQuery animation slide menu

Views 45940   downloads 9370   Menu & Navigation

This is a nice and colorful jQuery and css menu The Idea is to create a normal ul li menu and apply a top border to the anchor tags with colors that will match with the element background color when it…

101
Yays

like Google Chrome bookmarks menu bar with jQuery Plugin

Views 8906   downloads 1941   Menu & Navigation

Inspired by Google Chrome bookmarks menu bar, this plugin can be used to group a long list of hyperlinks.   Create a new HTML document. Within the head of your document: Load the jQuery framework…