Submit your widget
90
Yays

Simple Jquery Right Click Cross browser Vertical menu

Views 12581   downloads 2387   Menu & Navigation

[removed][removed] Creating right click with the help of jquery is real easy and can be implemented very quickly Step 1: Creating HTML Simply copy and paste the html next to the div to be right clicked.…

119
Yays

Horizontal Sliding Submenu jQuery plugin

Views 18815   downloads 3078   Menu & Navigation

a horizontal sliding submenu. Has a couple of options and the appearance can be modified in the css. Slide Submenu requires: jQuery library hoverIntent plugin Slide Subnav plugin Example code to load…

112
Yays

jQuery Beautiful Slick Drop down menu with Easing Effect

Views 14241   downloads 2359   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.…

112
Yays

Cool Sprites – Free overlapped CSS menu using CSS Sprites

Views 13664   downloads 2912   Menu & Navigation

CSS sprites can be termed as a method for reducing the number of image requests to a web page by combining multiple images into a single image, and display the desired segment using CSS background-image…

269
Yays

jQuery and CSS3 Random Rotation menu

Views 21228   downloads 4427   Menu & Navigation

we are going to create a great menu with some content area that slides out. We use the grunge style because we want it to look a bit messy: the menu items are going to have a random rotation using the…

108
Yays

RocketBar – A jQuery And CSS3 Persistent Navigation menu

Views 9505   downloads 1751   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…

390
Yays

Sweet menu JQuery

Views 40587   downloads 7713   Menu & Navigation

Sweet Menu takes an ordinary unordered list of links and makes it a sweet looking menu. It does this by utilizing jQuery and it’s plugin system. Simply include the jQuery library, the Sweet Menu…

90
Yays

jQuery sprite Fade Navigation menu

Views 11866   downloads 1822   Menu & Navigation

What is a sprite? In case you aren’t sure, a CSS sprite is a large image, made up of all the smaller images you wish to use on your webpage. The benefits of using CSS sprites include: Page load…

269
Yays

Lava Lamp Style menu Navigation with jQuery

Views 33002   downloads 7081   Menu & Navigation

Step 1 Create the Mark-up Before we can create this neat functionality, we need a base from which to work from. In your favorite code editor, create an unordered list for your navigation, and import both…

123
Yays

Multi-level Navigation menu With jQuery And CSS3

Views 13488   downloads 2944   Menu & Navigation

This is an attractive cross-browser navigation menu; notable features include CSS3 gradients, multiple sub-menus, and jQuery animations.

105
Yays

Pure CSS Elegant Drop menu And horizontal menu

Views 13282   downloads 1949   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…

95
Yays

Accessible collapsing menu

Views 14035   downloads 2936   Menu & Navigation

This is a demo of the script explained in Accessible expanding and collapsing menu. The HTML The HTML that appeared in the article is this (shortened, and with id values translated from Swedish): <div…

128
Yays

accordion menu with jquery

Views 22996   downloads 4757   Accordion

In this post, you’ll see two examples of accordion. First menu’s visibility get’s toggled on clicking on the header while the another menu’s visibility get’s toogled when…

210
Yays

jQuery horizontal animated menu

Views 18059   downloads 3107   Menu & Navigation

HTML code: HTML code seem to be simple. Simply copy and paste these all code below to your new HTML page. <div class="kwicks_container"> <ul class="kwicks"> <li id="kwick_1"> <a href="#">Home…

113
Yays

imitating kwicks nice menu jQuery Plugin

Views 14531   downloads 2062   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"…