Submit your widget
74
Yays

Spin Social Media Share with CSS3

Views 17677   downloads 4575   Menu & Navigation

This is a neat effect which spins the social icons with the help of a CSS transform and transition when you hover over them. Let’s start with the structure of the social media icons. Which is nothing…

74
Yays

cool looking pure CSS3 dropdown menu

Views 15179   downloads 4227   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…

73
Yays

Nice jQuery and CSS Floating social toolbar

Views 23806   downloads 3590   Menu & Navigation

we’re going to show you how to make a fancy floating bar using jQuery and JavaScript, as the one you see when scrolling down on this page. From creating the PHP file to customizing the CSS, we will…

72
Yays

jQuery browser mobile window chooser

Views 17041   downloads 4065   Menu & Navigation

It's always fun to play with jQuery especially when you are trying to recreate something that you enjoy using. One such thing is window chooser in Opera Mobile browser where opened windows are positioned…

72
Yays

Swing slide menu with jQuery

Views 16815   downloads 3552   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…

72
Yays

useful Tabbed Menu with jQuery

Views 44135   downloads 11664   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.…

71
Yays

Nice CSS3 Button Menu

Views 11151   downloads 2253   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

Simple jQuery Drop-Down Menu

Views 9233   downloads 2716   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

Awesome Right Click Menu with jQuery

Views 13123   downloads 2434   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">//…

70
Yays

Pure CSS3 animation Menu Navigation

Views 33631   downloads 6871   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…

69
Yays

Grooveshark-style slide menu with jQuery

Views 16193   downloads 2780   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…

69
Yays

One Page scroll Navigation with jQuery Plugin

Views 39519   downloads 7511   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…

68
Yays

Stylish CSS Jquery auto-induction boundary of menu

Views 17838   downloads 4807   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>…

66
Yays

simple Pure CSS3 Navigation Menu

Views 19223   downloads 3634   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…

66
Yays

crossbrowser tabs Drop-down menu with CSS3 and jQuery

Views 19624   downloads 4383   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…