Submit your widget
94
Yays

jQuery Dropdown Menu

Views 7598   downloads 1918   Menu & Navigation

In this post, we are going to create a simple dropdown menu with the help of jQuery, take a look at the demo of it first. I assume you know at least the basics of jQuery and CSS. The key to creating the…

90
Yays

Smooth Horizontal Sliding Tab Navigation with jQuery

Views 14487   downloads 1832   Menu & Navigation

we'll show you how to create a navigation menu that slides horizontally. It begins with a set of "tabs" on the right side of a containing element. When clicked, a tab slides to the left to reveal a group…

114
Yays

imitating kwicks nice menu jQuery Plugin

Views 14767   downloads 2141   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"…

212
Yays

jQuery horizontal animated menu

Views 18281   downloads 3191   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…

97
Yays

Accessible collapsing menu

Views 14203   downloads 3015   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…

130
Yays

Feature Complete jQuery Slide Out Info Bar

Views 22111   downloads 4031   Menu & Navigation

The bar used jQuery to hide itself until someone click a small question mark on the top left of the page. The box contains several drop down boxes which house info such as FAQs, Contact form, about us…

94
Yays

Dropdown Blogroll With CSS Only

Views 9777   downloads 1739   Menu & Navigation

Dropdown menus are a great way of including a long list of links without cluttering up your page. The issue though is that they can be hard to style, but look quite ugly if you don’t. There isn’t…

113
Yays

Pure CSS Elegant Drop Menu And horizontal menu

Views 13471   downloads 2034   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…

125
Yays

Multi-level Navigation Menu With jQuery And CSS3

Views 13801   downloads 3021   Menu & Navigation

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

271
Yays

Lava Lamp Style Menu Navigation with jQuery

Views 33351   downloads 7175   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…

95
Yays

jQuery sprite Fade Navigation Menu

Views 12110   downloads 1901   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…

162
Yays

Cool jQuery Site Collapsing vertical Navigation

Views 24837   downloads 5079   Menu & Navigation

we will create a collapsing menu that contains vertical navigation bars and a slide out content area. When hovering over a menu item, an image slides down from the top and a submenu slides up from the…

397
Yays

Sweet Menu JQuery

Views 40909   downloads 7827   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…

111
Yays

RocketBar – A jQuery And CSS3 Persistent Navigation Menu

Views 9702   downloads 1835   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…

114
Yays

Cool Sprites – Free overlapped CSS menu using CSS Sprites

Views 13871   downloads 2991   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…