Submit your widget
136
Yays

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

Views 21588   downloads 3875   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 25453   downloads 4543   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…

136
Yays

jQuery Rocking and Rolling Rounded Menu

Views 18672   downloads 5054   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 21998   downloads 3593   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.…

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…

124
Yays

jQuery Smooth Animated Menu

Views 22136   downloads 4548   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…

216
Yays

Dynamic glide navigation with jQuery plugin

Views 45314   downloads 7969   Menu & Navigation

Dynamic menu with scrolling color glide followed, appropriate for personal entertainment blog and website which requires newfashioned style and personalization. Help Step1:include js and css files.  …

133
Yays

Jquery Awesome-Filled Navigation Menu Use Sprites

Views 18637   downloads 3866   Menu & Navigation

CSS sprites can dramatically increase a website’s performance, and with jQuery, we can implement awesome transition effects easily. Let’s get started. Step 1 Create an html file, and add the…

114
Yays

jQuery Animated Menu

Views 17677   downloads 4713   Menu & Navigation

Step 1 – Set up the Structure Here is the HTML markup that is used in the demo: <div id="menu" class="menu"> <ul> <li><a href="[removed];">Home</a></li> <li><a…

181
Yays

Minimalistic Navigation Menu with CSS3

Views 29688   downloads 6199   Menu & Navigation

Today we are making something practical – a simple CSS3 animated navigation menu The XHTML The menu is organized as an unordered list. This is the most suitable structure for a menu, as it provides…

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…

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…

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…

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',…

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…