Submit your widget
174
Yays

jQuery Beautiful Background Images Navigation

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

122
Yays

jQuery Smooth Circular Motion Menu

Views 21264   downloads 4012   Menu & Navigation

we are going to create a stunning circular motion effect with jQuery. We will be using the jQuery.path plugin to animate a circular movement for a menu in a portfolio example. The idea is to have a rounded…

125
Yays

jQuery small Boxes Menu

Views 12242   downloads 2714   Menu & Navigation

we will create a menu out of little boxes that animate randomly when a menu item is clicked. The clicked menu item expands and reveals a content area for some description or links. When the item is clicked…

151
Yays

jquery elastic thumbnail menu

Views 14857   downloads 2695   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 22168   downloads 4558   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…

149
Yays

CSS3 Super slick jQuery menu

Views 21947   downloads 3212   Menu & Navigation

The plugin called jSlickmenu, creates, well, slick menus with jQuery. Combined with some great CSS3 features likes rotation and shadows, this plugin can really lift up your design. It's fairly easy to…

216
Yays

Dynamic glide navigation with jQuery plugin

Views 45371   downloads 7980   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 18658   downloads 3872   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 17704   downloads 4721   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…

227
Yays

jQuery Colorful Content Accordion menu

Views 25012   downloads 4964   Menu & Navigation

We are making a simple, yet eye-catching accordion with the help of CSS, jQuery and the easing plug-in for some fancy effects.   Step 1 – XHTML   As you can see from the demo, the accordion…

385
Yays

Beautiful red vertical glide navigation menu jquery plugin

Views 41390   downloads 6161   Menu & Navigation

Installation Step1:include css and js files.   <link href="css/webwidget_menu_vertical_menu1.css" rel="stylesheet" type="text/css"></link> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>…

243
Yays

Simple unlimited levels vertical drop down navigation menu jquery plugin

Views 54669   downloads 8040   Menu & Navigation

Installation Step1:include css and js files.   <script type="text/javascript" src="js/jquery.js"></script> <link href="css/webwidget_vertical_menu.css" rel="stylesheet" type="text/css">…

183
Yays

Minimalistic Navigation Menu with CSS3

Views 29725   downloads 6214   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…

164
Yays

Pretty nice Slide Out Navigation Revised

Views 25677   downloads 5149   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 21252   downloads 4097   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…