Submit your widget
139
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

Views 17448   downloads 3575   Menu & Navigation

we’ll take a look and see what we can achieve with HTML5 and CSS3 when it comes to the staple of current web sites: the humble drop-down navigation menu. We’ll also use jQuery to handle the…

138
Yays

nice Apple-Style Icon Slide Out Navigation with CSS and jQuery

Views 21632   downloads 3887   Menu & Navigation

This menu looks very similar to the Apple-style navigation but it reveals some icons when hovering over it. The icons slide out from the top and when the mouse leaves the link, the icon slides back under…

138
Yays

CSS3 and jQuery menu

Views 15892   downloads 3335   Menu & Navigation

A simple navigation menu built with CSS3 and the jQuery UI. The css with some custom fonts via Google font API @import url(http://fonts.googleapis.com/css?family=Lobster); body {margin:0; padding:0; background:#ddd;}…

137
Yays

jQuery Elastic vertical menu

Views 16758   downloads 3774   Menu & Navigation

jQuery OS X Stack and Drop Stack It’s super lightweight (~1kb) and is a really creative “outside the box” method of navigation for a website. It might be a little awkward having the…

137
Yays

Awesome jQuery and CSS3 Interactive menu

Views 52177   downloads 11203   Menu & Navigation

This example will tell you how to create an interactive menu using CSS3 goodness and jQuery’s power. The idea The idea behind this example was to have some nicely arranged blocks and once you click…

136
Yays

jQuery Rocking and Rolling Rounded Menu

Views 18692   downloads 5062   Menu & Navigation

In this tutorial we are going to make use of the incredibly awesome rotating and scaling jQuery patch from Zachary Johnson that can be found here. We will create a menu with little icons that will rotate…

135
Yays

multi level slide accordion menu with jQuery

Views 70868   downloads 15090   Accordion

jQuery accordion menus are menus that act like a musical accordion, with regards to their ability to expand and contract based on user interactions. This helps display additional information for the active…

133
Yays

Jquery Awesome-Filled Navigation Menu Use Sprites

Views 18658   downloads 3872   Menu & Navigation

CSS sprites can dramatically increase a website’s performance, and with jQuery, we can implement awesome transition effects easily. Let’s get started. Step 1 Create an html file, and add the…

130
Yays

jQuery Fresh Bottom Slide Out Menu

Views 25472   downloads 4550   Menu & Navigation

In this tutorial we will create a unique bottom slide out menu. This large menu will contain some title and a description of the menu item. It will slide out from the bottom revealing the description…

129
Yays

LavaLamp jQuery Sliding Menu

Views 19010   downloads 3281   Menu & Navigation

It is a jQuery sliding nifty effect menu with light weight code and extra two more interface styles. Step 1: The HTML Since most UI developers believe that an unordered list(ul) represents the correct…

128
Yays

jQuery Vertical Slideshow

Views 29810   downloads 4540   Slideshow & Scroller

A vertical slideshow that is ready to be used now or it can be customized as you need. jQuery CODE $(document).ready(function() { $("#side-nav a").vertSlider( { text : new Array("LivePipe: here is the…

128
Yays

Feature Complete jQuery Slide Out Info Bar

Views 21856   downloads 3938   Menu & Navigation

The bar used jQuery to hide itself until someone click a small question mark on the top left of the page. The box contains several drop down boxes which house info such as FAQs, Contact form, about us…

128
Yays

accordion menu with jquery

Views 22994   downloads 4757   Accordion

In this post, you’ll see two examples of accordion. First menu’s visibility get’s toggled on clicking on the header while the another menu’s visibility get’s toogled when…

127
Yays

jQuery style menu with CSS3

Views 14031   downloads 3252   Menu & Navigation

Here’s a quick experiment I did with CSS3. Again I was just mucking about with CSS3 transitions which could one day replace all the fancy jQuery animation tricks people use. The outcome was a really…

127
Yays

jQuery SooperFish Multi-Column Animated Drop-down

Views 28505   downloads 4478   Menu & Navigation

SooperFish is a highly configurable solution for animated dropdown menus. It combines the features of superfish, structured programming of Droppy and a ton of new features like multi-column dropdown menus…