Submit your widget
7
Yays

popular jQuery Scroll Path plugin

2 days ago   Views 1052   downloads 320   Menu & Navigation

This demo will shows you how to take a personal site with a common text document layout, and create something far more interesting with the jQuery Scroll Path plug-in. Starting out We’ll start out…

6
Yays

jQuery scroll down Navigation Header

3 days ago   Views 1351   downloads 360   Menu & Navigation

we’ll be creating a navigation bar that stays with you as you scroll down — and we’ll also throw a gimmick or two into the mix to polish it off. What We’ll be Doing In this tutorial,…

13
Yays

Parallax Scrolling Website with jQuery

7 days ago   Views 2077   downloads 315   Menu & Navigation

One of the biggest trends in recent modern web design is use of parallax scrolling effects. In this tutorial I’m going to show you how you can create the effect on your own website, with a bit of…

26
Yays

jQuery Collapse - A lightweight jQuery plugin that enables expanding and collapsing content

2 months ago   Views 8091   downloads 1991   Menu & Navigation

  jQuery Collapse A lightweight and flexible jQuery plugin that allows you to collapse content. A feature also known as 'progressive disclosure'. NOTICE: As of August 2012 this plugin has…

14
Yays

A horizontal navigation jquery plugin

2 months ago   Views 13217   downloads 1051   Menu & Navigation

HorizontalNav is a jQuery plugin that spans a horizontal navigation to fit the full width of it's container. If you've ever had to create this effect on a project, you'll know it's pretty…

135
Yays

Pure useful CSS3 Dropdown Menu

5 months ago   Views 49884   downloads 16501   Menu & Navigation

e will code in pure CSS3 the Navigation Menu that you can find in Impressionist UI by Vladimir Kudinov. Step 1 – HTML Markup We will create an unordered list with a list item and an anchor tag for…

50
Yays

useful Tabbed Menu with jQuery

5 months ago   Views 30000   downloads 7151   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.…

113
Yays

Awesome jQuery and CSS3 Interactive menu

6 months ago   Views 36550   downloads 6733   Menu & Navigation

This example will tell you how to create an interactive menu using CSS3 goodness and jQuery’s power. The idea The idea behind this example was to have some nicely arranged blocks and once you click…

73
Yays

jQuery New Top Black Menu Bar like Google

6 months ago   Views 37468   downloads 6026   Menu & Navigation

Google has come up with a new look with the launch of Google Plus and one of the prominent changes we can observe is the black menu bar found on the top of Google Search Page and every other Google product…

64
Yays

jQuery and CSS3 Animation effect

6 months ago   Views 29769   downloads 4563   Menu & Navigation

The markup is not difficult, we used two unordered lists, the first list follow insert all graphics (via CSS3) and animations, while the second list social will have links to social networks always with…

72
Yays

Awesome CSS3 animation menu

6 months ago   Views 27420   downloads 5001   Menu & Navigation

In this new category called “Tips and Tricks” we will introduce some quick and interesting methods around web development and web design. In today’s tip we’ll show you how to spice…

44
Yays

jQuery useful Drop-Down Menu with Fixed list

7 months ago   Views 19619   downloads 3266   Menu & Navigation

The HTML is structured using unordered nested lists. I suppose I could have used ordered lists to facilitate maintainable numbering, but I thought it was fine this way and if someone wants to use ordered…

84
Yays

Rich Media Dropdown Menu with jQuery

8 months ago   Views 28399   downloads 5802   Menu & Navigation

Today’s tutorial combines two good friends, jQuery and dropdown menus! “That boring old combination”, I hear you cry. But wait, this is a dropdown menu with a difference! It takes away…

52
Yays

Pure CSS3 animation Menu Navigation

9 months ago   Views 22216   downloads 4096   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…

86
Yays

Pure CSS3 slide dropdown Menu

9 months ago   Views 36400   downloads 8991   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…