Submit your widget
146
Yays

Cool JQuery and CSS3 Animation Menu

Views 24336   downloads 4901   Menu & Navigation

The menu is simple, but unique. Script structure: HTML: <div id="menu"> <ul id="nav"> <li> <a href="#" class="icon1"> <span>Home Page</span>…

144
Yays

jQuery Mac dock style flexibility menu

Views 18639   downloads 4428   Menu & Navigation

Just about every website uses the regular navigation concepts we’re all used to. After awhile this can get pretty boring, especially for designers who thrive on creativity. While mimicking the OS…

144
Yays

jQuery Super Cool Vertical Scroll Menu

Views 35097   downloads 4722   Menu & Navigation

Create a vertical scroll menu that scroll automatically according to your mouse axis-Y movement. 1. Get mouse axis The following code will return the X and Y Axis values for your mouse pointer. <script>…

144
Yays

JQuery Draggable Sitemap

Views 22200   downloads 3658   Menu & Navigation

There are a handful of javascript libraries and plugins available that attempt this task, but none of them worked flawlessly with our HTML. The real issue here is that javascript alone cannot produce…

142
Yays

jQuery and CSS3 Minimalistic Horizontal Slide Out Menu

Views 26383   downloads 3977   Menu & Navigation

The horizontal slide out menu is positioned at the left hand side of the window and slides out its menu items once the arrow is clicked. The arrow bounces back once the mouse leaves and this creates a…

140
Yays

jQuery CSS Drop Down Menu Style

Views 17854   downloads 4173   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…

140
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35103   downloads 4819   Menu & Navigation

Creating markup We will begin by creating the necessary HTML structure. At first, I wanted to use an unordered list as a container for our images and captions, but then I encountered some bugs with vertical…

139
Yays

MagicLine Navigation with jQuery

Views 16145   downloads 3285   Menu & Navigation

These “sliding” style navigation bars have been around a while,Turns out it’s really pretty darn easy. I put two examples together for it. The Idea The idea is to have a highlight of…

138
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

Views 17424   downloads 3566   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

CSS3 and jQuery menu

Views 15882   downloads 3328   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

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

Views 21598   downloads 3878   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…

137
Yays

jQuery Elastic vertical menu

Views 16738   downloads 3768   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 52127   downloads 11195   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 18677   downloads 5055   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…

133
Yays

Jquery Awesome-Filled Navigation Menu Use Sprites

Views 18644   downloads 3867   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…