Submit your widget
259
Yays

jQuery Flip Menu using backgroundPosition Plugin

Views 35034   downloads 5506   Menu & Navigation

Learn how to create a simple, but elegant menu by animating background with jquery backgroundPosition plugin. It's simple, but the effect is really good. Sometimes, simplicity is the most beautiful thing.…

142
Yays

jQuery and CSS3 Minimalistic Horizontal Slide Out Menu

Views 26375   downloads 3975   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…

108
Yays

jQuery Plugin xBreadcrumbs (Extended Breadcrumbs) navigation

Views 16765   downloads 2833   Menu & Navigation

xBreadcrumbs (Extended Breadcrumbs) is a jQuery plug-in to create categorized breadcrumbs for your site. This may be useful if your website has a deep structure and you want allow your visitors to quickly…

138
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

Views 17416   downloads 3565   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…

95
Yays

jQuery Fluid Navigation–informative menu-bar

Views 15091   downloads 2440   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…

139
Yays

MagicLine Navigation with jQuery

Views 16135   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…

112
Yays

jQuery Super Sexy Drop Down Menu

Views 26071   downloads 6314   Menu & Navigation

Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key — and while most drop down menus may look…

174
Yays

jQuery nice Background Animated Navigation Menu

Views 22023   downloads 6122   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…

112
Yays

jQuery Vimeo-like top navigation

Views 14308   downloads 3236   Menu & Navigation

The menu that drops down when you hover search box. It offers you different search options that you can choose and narrow your search. Simple CSS drop down menu based on unordered list. The structure…

148
Yays

jQuery Apple Leopard-Text-Indent Style Menu

Views 15209   downloads 3432   Menu & Navigation

Since the Apple-flavored Leopard-text-indent style is currently one of my favorite menu styles, we will start from scratch and build such a menu in Photoshop, then create the needed HTML and CSS and last…

115
Yays

CSS and jQuery Cool Animated Navigation

Views 18229   downloads 3019   Menu & Navigation

Animation and visual feedback are great ways to assist a user in navigating and interacting with a website. While traditionally Adobe’s Flash was the goto for anything animated, these days with…

144
Yays

jQuery Mac dock style flexibility menu

Views 18631   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…

120
Yays

CSS3 and jQuery“Stay-On-Top”Menu

Views 17105   downloads 3013   Menu & Navigation

All the HTML Stuff Create index.html and paste all of this in: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">…

95
Yays

like Google Chrome bookmarks menu bar with jQuery Plugin

Views 8631   downloads 1828   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…

112
Yays

Horizontal Tooltips Menu with jQuery

Views 16092   downloads 3444   Menu & Navigation

We're doing something a little bit similar - Tooltips menu.   1. HTML   As usual, it's a good practise to use UL List for menu. For the menu images, you need to put the caption in the ALT attribute,…