Submit your widget
166
Yays

jQuery Multicolor animation drop down navigation menu

Views 31938   downloads 4004   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 25139   downloads 6416   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 25657   downloads 5141   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 23643   downloads 3199   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 20956   downloads 4702   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 21234   downloads 4090   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 14286   downloads 2727   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 30675   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 elastic thumbnail menu

Views 14843   downloads 2685   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…

151
Yays

Chrome, Safari Fancy menu with CSS3 and jQuery

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

148
Yays

jQuery Apple Leopard-Text-Indent Style Menu

Views 15219   downloads 3434   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 24336   downloads 4901   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 Mac dock style flexibility menu

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

142
Yays

jQuery and CSS3 Minimalistic Horizontal Slide Out Menu

Views 26383   downloads 3977   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…

139
Yays

MagicLine Navigation with jQuery

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