Submit your widget
176
Yays

Pure useful CSS3 Dropdown Menu

Views 74873   downloads 26484   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 47691   downloads 8717   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 22018   downloads 3602   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 22040   downloads 6133   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 51791   downloads 12391   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 17798   downloads 1659   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 59017   downloads 7395   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

Using mouseover to switch tabs

Views 21799   downloads 4474   Tabs

Download

173
Yays

Digital Clock Slideshow(jQuery)

Views 15968   downloads 3356   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

Realistic Hover Effect With jQuery

Views 18802   downloads 4023   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…

173
Yays

Nice Image Boxes with jQuery

Views 21479   downloads 3986   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

jQuery custom dropdown image combobox

Views 45557   downloads 6612   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…

171
Yays

Expand table rows with jQuery - jExpand plugin

Views 29931   downloads 4868   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 30056   downloads 4099   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;…