Submit your widget
147
Yays

Animated CSS3 Horizontal Menu

Views 12367   downloads 2319   Menu & Navigation

Inspired by CSS Sprites2 – It’s JavaScript Time from A List Apart and Using jQuery for Background Image Animations written over a year ago, I decided to create a short tutorial about a animated…

146
Yays

JQuery Draggable Sitemap

Views 22404   downloads 3689   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…

146
Yays

Cool JQuery and CSS3 Animation Menu

Views 24437   downloads 4929   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 Super Cool Vertical Scroll Menu

Views 35226   downloads 4764   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

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35388   downloads 4858   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…

142
Yays

jQuery and CSS3 Minimalistic Horizontal Slide Out Menu

Views 26557   downloads 4013   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 17953   downloads 4202   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

MagicLine Navigation with jQuery

Views 16258   downloads 3317   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…

139
Yays

jQuery Elastic vertical menu

Views 16831   downloads 3799   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…

139
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

Views 17560   downloads 3599   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 21767   downloads 3914   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 15960   downloads 3360   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

Awesome jQuery and CSS3 Interactive menu

Views 52278   downloads 11230   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 18756   downloads 5083   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

CSS and Javascript Style your Sitemaps tree menu

Views 36608   downloads 8579   Menu & Navigation

Sitemap Syler is a little CSS/JavaScript piece of code that can be easily applied to your sitemap list. It then takes care of it's presentation. All you have to do is include couple lines of code. It…