Submit your widget
71
Yays

Simple jQuery Fluid Thumbnail menu Bar

Views 52924   downloads 4956   Slideshow & Scroller

The idea of a fluid thumbnail bar is simple: Create a list of thumbnails within a space where the overflow can be flipped through page by page. Features Cycle through thumbnails in different intervals…

71
Yays

Nice CSS3 Button Menu

Views 10690   downloads 2075   Menu & Navigation

The article source:http://depotwebdesigner.com/tutorials/how-to-create-a-css3-menu-using-moz-border-radius.html in this example we’ll explain how to create a menu with css that uses the propriety…

71
Yays

cool looking pure CSS3 dropdown menu

Views 14770   downloads 4056   Menu & Navigation

Today, CSS3 has become a buzzword of modern web designers and developers around the globe. With its ground-breaking features, CSS3 has made a profound impact on the web designer community by making the…

71
Yays

useful Tabbed Menu with jQuery

Views 43539   downloads 11438   Menu & Navigation

We are going to use the HTML element list to display the menu and the drop down. Each of the top level menus are in their own list items and the drop down menus are lists placed inside the list items.…

70
Yays

Simple jQuery Drop-Down Menu

Views 8834   downloads 2533   Menu & Navigation

The biggest problem with javascript is that we can’t completely rely on it. It can easily be disabled, and once this happens, websites should still function correctly. Javascript powered sub-navigation…

70
Yays

Swing slide menu with jQuery

Views 16357   downloads 3361   Menu & Navigation

With a few lines of jQuery you can do a lot ("write less, do more ...") as a small menu that swing and all that without really getting tired ... We start by creating a set of elements of type…

70
Yays

Awesome Right Click Menu with jQuery

Views 12674   downloads 2215   Menu & Navigation

Here is the small tutorial for you. Step 1 :- Write the HTML coding of your page. <script src="jquery.js" type="text/javascript"> </script> <script type="text/javascript">//…

69
Yays

super cool easing and hoverIntent navigation with jQuery

Views 16302   downloads 3079   Menu & Navigation

Make your navigation a bit more flashy with this plugin… using easing and hoverIntent, customise the rollover colours, easing method and duration… View the demo for an example… Include…

69
Yays

Pure CSS3 animation Menu Navigation

Views 33042   downloads 6684   Menu & Navigation

The example will only be visible in Firefox, Safari and Chrome because it uses the CSS3 Animation Property. HTML Now look carefully ... this markup is really easy, just create an unordered list and insert…

68
Yays

One Page scroll Navigation with jQuery Plugin

Views 38801   downloads 7291   Menu & Navigation

there have a freelance project where a one-page site makes sense, The Markup there with an unordered list for the navigation and a bunch of sections: <ul id="nav"> <li class="current"><a…

67
Yays

Stylish CSS Jquery auto-induction boundary of menu

Views 17384   downloads 4598   Menu & Navigation

Here you can find tonns of really nice menus which you can use in your projects. Step 1. HTML As usual, we start with the HTML. This is our main page code. index.html <script src="js/jquery.min.js"></script>…

65
Yays

simple Pure CSS3 Navigation Menu

Views 18651   downloads 3470   Menu & Navigation

Menus driven purely by CSS have always been the ideal solution when it comes to navigation. However, we all know that we have been forced to use simplistic designs or images because of limited CSS and…

65
Yays

Grooveshark-style slide menu with jQuery

Views 15739   downloads 2593   Menu & Navigation

The 'old' grooveshark user interface featured a really cool menu effect built in Flash. You'd click on a artist and the menu would slide 'ipod style' to the left from the right. I…

65
Yays

crossbrowser tabs Drop-down menu with CSS3 and jQuery

Views 19197   downloads 3697   Menu & Navigation

This is a dropdown menu with parental tabs (as first level). Part of the work we pass on to the shoulders of jQuery (switching tabs, display popups). In the current version – we have three levels…

65
Yays

Animation Bottom Navigation Bar with CSS3

Views 16401   downloads 2800   Menu & Navigation

Don't support ie. this is nice CSS3 bottom navigation menu. and will sliding drop down menu with fixed position in bottom of screen. Also, use jQuery for sliding effects. Step 1. HTML Here are html…