Submit your widget
112
Yays

jQuery Vimeo-like top navigation

Views 14303   downloads 3233   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 15199   downloads 3428   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 18223   downloads 3016   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 18614   downloads 4424   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 17094   downloads 3009   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">…

151
Yays

jQuery-Horizontal Accordion

Views 22755   downloads 4890   Accordion

This jQuery plugin allows you to easily transform any unordered list into a horizontal menu. Currrent functionality: No dependencies Optional use of easing plugin Close and open content one after the…

94
Yays

like Google Chrome bookmarks menu bar with jQuery Plugin

Views 8624   downloads 1826   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 16080   downloads 3441   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,…

136
Yays

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

Views 21572   downloads 3871   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…

130
Yays

jQuery Fresh Bottom Slide Out Menu

Views 25445   downloads 4541   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…

184
Yays

Elegant Accordion with jQuery and CSS3

Views 35118   downloads 6955   Accordion

We will create an elegant accordion for content. The idea is to have some vertical accordion tabs that slide out when hovering. We will add some CSS3 properties to enhance the looks. The Markup  …

136
Yays

jQuery Rocking and Rolling Rounded Menu

Views 18666   downloads 5053   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…

174
Yays

jQuery Beautiful Background Images Navigation

Views 21986   downloads 3592   Menu & Navigation

We are going to create a beautiful navigation that has a background image slide effect. The main idea is to have three list items that contain the same background image but with a different position.…

149
Yays

jquery elastic thumbnail menu

Views 14823   downloads 2679   Menu & Navigation

The HTML Quick and easy, the general framework we’ll be using goes as follows: <div id="menuwrapper"> <div id="menu"> <a href="#" class="menuitem"><img src="image.jpg"></a><!--Template…

124
Yays

jQuery Smooth Animated Menu

Views 22120   downloads 4545   Menu & Navigation

Ever seen some excellent jQuery navigation that left you wanting to make one of your own? We’ll aim to do just that by building a menu and animate it with some smooth effects. Step 1 – Set…