Submit your widget
176
Yays

Pure useful CSS3 Dropdown Menu

Views 74834   downloads 26465   Menu & Navigation

e will code in pure CSS3 the Navigation Menu that you can find in Impressionist UI by Vladimir Kudinov. Step 1 – HTML Markup We will create an unordered list with a list item and an anchor tag for…

175
Yays

CSS and jQuery Custom Checkbox and Radio Button Inputs Styled

Views 47665   downloads 8709   Form

Styling checkbox and radio button inputs to match a custom design is nearly impossible because neither reliably supports basic CSS, like background colors or images; it's even a challenge to get the margins…

174
Yays

jQuery Beautiful Background Images Navigation

Views 21998   downloads 3593   Menu & Navigation

We are going to create a beautiful navigation that has a background image slide effect. The main idea is to have three list items that contain the same background image but with a different position.…

174
Yays

jQuery nice Background Animated Navigation Menu

Views 22019   downloads 6122   Menu & Navigation

Changing the position of the background image felt to be the best approach to creating the type of effect we're looking for. jQuery is a great library for this type of task but out of the box, it…

174
Yays

Simple JQuery Accordion Collapsing menu

Views 51755   downloads 12379   Menu & Navigation

This is a simple Accordion collapsing menu done in JQuery. Links with subitems under them will expand the submenu when clicked. Items that don't have subitems are normal links.. The menu initialises with…

174
Yays

simple jQuery Fading Background Color

Views 17757   downloads 1651   Image Effects

we would like to experience with you another effect that is widely used these days, the Background Color Fading effect on hover. We’ll have a block of content that when the mouse moves over the…

173
Yays

Green Menu Drop Down with jQuery

Views 58981   downloads 7382   Menu & Navigation

Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu Search engines optimized Clear unordered list (LI and UL HTML tags) structure Easy to…

173
Yays

Digital Clock Slideshow(jQuery)

Views 15946   downloads 3350   Slideshow & Scroller

To use the jDigiClock plugin, include the jQuery library, the jDigiClock source file and jDigiClock core stylesheet file inside the <head> tag of your HTML document: <link rel="stylesheet" type="text/css"…

173
Yays

Nice Image Boxes with jQuery

Views 21458   downloads 3979   Slideshow & Scroller

we will show you a nice effect for images with jQuery. The idea is to have a set of rotated thumbnails that, once clicked, animate to form the selected image. You can navigate through the images with…

172
Yays

Using mouseover to switch tabs

Views 21765   downloads 4463   Tabs

Download

172
Yays

Realistic Hover Effect With jQuery

Views 18785   downloads 4014   Layout & Interface

This is a rising hover effect to a set of icon links. Using jQuery’s animate effect, we experimented with icons that have reflections and others with shadows. The HTML and CSS are both straightforward…

171
Yays

Expand table rows with jQuery - jExpand plugin

Views 29867   downloads 4851   Table

jExpand is ultra lightweight jQuery plugin that will make your tables expandable. Typical for line of business applications, this feature can help you organize tables better. This way, tables can hold…

171
Yays

Beautiful Coverflip with jQuery

Views 30022   downloads 4090   Slideshow & Scroller

jCoverflip depends upon: jQuery version 1.3 or later jQuery UI 1.7.2 (only the core of jQuery UI is required and the themes are not used) Add the styles to your site: .ui-jcoverflip { position: relative;…

171
Yays

jQuery custom dropdown image combobox

Views 45521   downloads 6604   Form

Feature at glance: Fully Skin-able Your original dropdown is safe, so your form post will not be messed. An image can be inserted with your text. Each <option> can have an image. You may covert…