Submit your widget
95
Yays

jQuery Advanced keypress navigation

Views 11135   downloads 1285   Menu & Navigation

The script is (a bit) advanced because of the extra functionality when the user combines the mouse hover and keypresses.   HTML   The HTML that I came up with isn't that hard to understand:…

94
Yays

jQuery Fluid Navigation–informative menu-bar

Views 14747   downloads 2308   Menu & Navigation

jQuery has made it simple for developers to define an idea or wireframe for a component and then implement it reasonably quickly, which has certainly helped it become the most popular JavaScript Framework…

94
Yays

Depth And Nice 3D Ribbons Only Using CSS3

Views 16293   downloads 2483   Menu & Navigation

we learned how to realize a nice 3D ribbon and how to play with the drop shadow in Photoshop to simulate depth in a web design layout. This is a widespread trends in recent web design: creating a 3D perception…

94
Yays

CSS Sliding Door menu using only 1 image

Views 7627   downloads 1592   Menu & Navigation

Concept The concept of the sliding door is to use a background image for the buttons in a navigation menu. I am using a span within a link in the list to hold a part of the image. the link itself will…

94
Yays

jQuery Like iPhone display list items menu

Views 19775   downloads 3891   Menu & Navigation

A jQuery plugin that allows you to display list items in a similar way like a iPhone home screen. If item count exceeds the displayed items on one screen, users can swipe through screens. What does it…

93
Yays

UvumiTools Dropdown Menu with Mootools

Views 10498   downloads 1715   Menu & Navigation

The UvumiTools Dropdown Menu is the menu featured on this website. It is a very simple multi-level menu built from an HTML unorderd list, using Mootools Javascript Framework. We needed a simple and lightweight…

93
Yays

Vertical Menu

Views 15226   downloads 3170   Menu & Navigation

A simple and lightweight prototype-based solution for vertical menu. Lightweight: ~1.32 KB Unobtrusive: Plays nice with JS turned off. Cross-browser: Full A-Graded browsers support Fully customizable:…

93
Yays

jQuery and CSS3 Animation effect

Views 40487   downloads 7505   Menu & Navigation

The markup is not difficult, we used two unordered lists, the first list follow insert all graphics (via CSS3) and animations, while the second list social will have links to social networks always with…

92
Yays

like Google Chrome bookmarks menu bar with jQuery Plugin

Views 8277   downloads 1683   Menu & Navigation

Inspired by Google Chrome bookmarks menu bar, this plugin can be used to group a long list of hyperlinks.   Create a new HTML document. Within the head of your document: Load the jQuery framework…

92
Yays

Accessible collapsing menu

Views 13602   downloads 2741   Menu & Navigation

This is a demo of the script explained in Accessible expanding and collapsing menu. The HTML The HTML that appeared in the article is this (shortened, and with id values translated from Swedish): <div…

92
Yays

Awesome CSS3 animation menu

Views 36395   downloads 7744   Menu & Navigation

In this new category called “Tips and Tricks” we will introduce some quick and interesting methods around web development and web design. In today’s tip we’ll show you how to spice…

92
Yays

jQuery New Top Black Menu Bar like Google

Views 52005   downloads 9474   Menu & Navigation

Google has come up with a new look with the launch of Google Plus and one of the prominent changes we can observe is the black menu bar found on the top of Google Search Page and every other Google product…

91
Yays

Mootools Homepage Inspired Navigation Effect Using jQuery

Views 10092   downloads 1856   Menu & Navigation

    As you know there are a host of competing javascript libraries around these days. Though I prefer jQuery, I’ve always liked the way the menu on MooTools worked.This we’ll recreate…

91
Yays

Beautiful Horizontal Menu And Vertical Menu(MooTools)

Views 11639   downloads 2326   Menu & Navigation

MenuMatic is a MooTools 1.2 class that takes a sematic ordered or unordered list of links and turns it into a dynamic drop down menu system. html     <link rel="stylesheet" href="css/MenuMatic.css"…

91
Yays

Dropdown Blogroll With CSS Only

Views 9211   downloads 1493   Menu & Navigation

Dropdown menus are a great way of including a long list of links without cluttering up your page. The issue though is that they can be hard to style, but look quite ugly if you don’t. There isn’t…