Submit your widget
174
Yays

jQuery nice Background Animated Navigation Menu

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

173
Yays

Green Menu Drop Down with jQuery

Views 58983   downloads 7382   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…

166
Yays

jQuery Multicolor animation drop down navigation menu

Views 31930   downloads 4000   Menu & Navigation

help :   $(function(){ $("#webwidget_menu_dropdown").webwidget_menu_dropdown({ m_w: '100', //Menu width m_t_c: '#FFF', //Text color m_c_c: '#8FC45A', //Current background color m_bg_c: '#56A901',…

164
Yays

Sky Blue Menu Drop Down with jQuery

Views 25124   downloads 6414   Menu & Navigation

jQuery Menu 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…

163
Yays

Pretty nice Slide Out Navigation Revised

Views 25647   downloads 5138   Menu & Navigation

1. The HTML Structure The only thing we will need for the navigation is a simple unordered list with links and spans inside of the list elements: Home About Search Photos Rss Feed Podcasts Contact The…

160
Yays

multilevel tree menu jQuery

Views 23636   downloads 3197   Menu & Navigation

  This is a powerful jQuery component to build easily a multilevel tree menu or a contextual menu (right click) in an intuitive way! JS call for the menu:   $(".myMenu").buildMenu({ template:"yourMenuVoiceTemplate",…

159
Yays

Animated jQuery Menu - Corporate Style

Views 20949   downloads 4701   Menu & Navigation

Multilevel jQuery Menu with fade and smooth drop-down animation on submenu appearance. Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu…

156
Yays

Medium Slate Blue Menu Slide Style with Jquery

Views 21226   downloads 4088   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…

154
Yays

jQuery quickie: Slot machine navigation

Views 14278   downloads 2724   Menu & Navigation

Navigation is one of the things you'll see on every website. I wanted to give this part a little bit extra life, and when I saw a movie yesterday that included slot machines, it suddenly hit me. Using…

153
Yays

jQuery Sliding Menu

Views 30666   downloads 3844   Menu & Navigation

Usage: In the head section add the following code: <link rel="stylesheet" href="stylesheets/jquery.sliding-menu.css" type="text/css" media="screen" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>…

151
Yays

jQuery-Horizontal Accordion

Views 22763   downloads 4891   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…

151
Yays

Chrome, Safari Fancy menu with CSS3 and jQuery

Views 21566   downloads 4572   Menu & Navigation

Fancy menu was made popular by devthought, it is develop on top of the Mootools library. And later a jQuery version of this menu called lavalamp was made popular by Ganesh. This time I will show you how…

150
Yays

jquery elastic thumbnail menu

Views 14833   downloads 2682   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…

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…

146
Yays

Cool JQuery and CSS3 Animation Menu

Views 24331   downloads 4897   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>…