Submit your widget
115
Yays

Pure CSS Elegant Drop Menu And horizontal menu

Views 13601   downloads 2100   Menu & Navigation

Why do we love to use Drop Menu to display our navigation? Because, it saves space for our website. If you’re building a website with many categories, you need to use drop down menu technique for…

115
Yays

imitating kwicks nice menu jQuery Plugin

Views 14927   downloads 2196   Menu & Navigation

Step One Let’s start writing our markup . <html> <head> <title>JS Effect</title> </head> <body> <ul> <li><a href="#"><img src="images/products.jpg"…

114
Yays

jQuery Super Sexy Drop Down Menu

Views 26528   downloads 6590   Menu & Navigation

Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key — and while most drop down menus may look…

114
Yays

Jquery Horizontal Slide Navigation

Views 15566   downloads 3345   Menu & Navigation

This is a spectacular sliding navigation whose animation is triggered when the user hovers over a navigation item. HTML Structures     <ul> <li><a href="#" title="" class="home"><p><strong>Title</strong><br…

114
Yays

jdMenu Hierarchical Menu Plugin for jQuery

Views 10210   downloads 1613   Menu & Navigation

The jdMenu plugin for jQuery provides a clean, simple and elegant solution for creating hierarchical drop down menus for websites to web applications. View the feature list below to see if jdMenu is the…

114
Yays

jQuery Beautiful Slick Drop down Menu with Easing Effect

Views 14613   downloads 2486   Menu & Navigation

Drop-down menus are an excellent feature because they help clean up a busy layout. When structured correctly, drop-down menus can be a great navigation tool, while still being an attractive design feature.…

113
Yays

Cool navigation menu made with JQuery

Views 7840   downloads 1855   Menu & Navigation

HTML <div id='menu_holder'> <ul> <li id='first_li' class='selected'>Link1</li> <li id='second_li'>Link2</li> <li id='third_li'>Link3</li> <div class='clear'></div>…

113
Yays

jQuery CSS3 Overlap that Menu

Views 13296   downloads 2092   Menu & Navigation

If you have ever wanted to do something a bit different with your main navigation, how about having your items overlap each other? Using position: absolute; on our links allows us to do this. The first…

112
Yays

Popout Menu with jQuery and CSS3

Views 20005   downloads 2807   Menu & Navigation

The Popout Menu let’s you display menu options in a vertical manner. When clicked, the menu shows its items in a stack manner.

112
Yays

JavaScript Dropdown Menu with Multi Levels

Views 19647   downloads 4009   Menu & Navigation

This multi-level drop down menu script weighs in at only 1.2 KB. It features animation, active header persistence, easy implementation and multiple instance support. To initialize a drop down menu use…

112
Yays

RocketBar – A jQuery And CSS3 Persistent Navigation Menu

Views 9865   downloads 1902   Menu & Navigation

 Everyday on the web there’s something that we all do, almost regardless of the site that we’re on – we scroll down. If we’re reading a blog post, looking through a product…

112
Yays

Great Social Media Share and Bookmark Plugin With jQuery

Views 24643   downloads 6844   Menu & Navigation

No one can ignore the importance of social media in this age of communication and interactivity. Social media have made social interaction very easy and interactive, build upon mobile technologies and…

112
Yays

Pure CSS3 slide dropdown Menu

Views 53099   downloads 13304   Menu & Navigation

As usual, we start with the HTML. Here is the html code of our menu. As usual – this is again UL-LI based navigation menu. The most interesting thing will be CSS styles of course. index.html <ul…

111
Yays

Fancy Sliding Menu for Mootools

Views 39353   downloads 7130   Menu & Navigation

The most common example was the Rico accordion,As you can see  it looks quite cool and can add some nice interaction to any site.

111
Yays

an Animated Navigation with jQuery

Views 12868   downloads 2697   Menu & Navigation

The idea is to build a menu that just displays icons, when the user rolls over each icon the text will appear below. The icon will also have a roll over state to help highlight the menu item. Getting…