Submit your widget
119
Yays

Easy jQuery drop down menus

Views 17320   downloads 3251   Menu & Navigation

The examples below have styling and effects to make them look nice, but first I will show you the minimum you need to get your menus running. First off, you need a set of nested lists and link to create…

119
Yays

Beautiful CSS3 scroll Social Menu

Views 41561   downloads 11620   Menu & Navigation

we’ll learn how to code a fancy social networks menu with HTML5 and CSS3 and absolutely no images. Yup, that’s right! No images at all. We’ll also learn how to convert a normal font…

118
Yays

CSS and jQuery Cool Animated Navigation

Views 18616   downloads 3175   Menu & Navigation

Animation and visual feedback are great ways to assist a user in navigating and interacting with a website. While traditionally Adobe’s Flash was the goto for anything animated, these days with…

118
Yays

jQuery Simple Lava Lamp Menu

Views 13829   downloads 2550   Menu & Navigation

  Lava Lamp Menu is one of the favourite menu that has been using by some websites. It has a jQuery plugin for it, we're not reinventing the wheel, but it will be good to know how it works, how to…

118
Yays

jQuery Drop down Menu

Views 10132   downloads 2119   Menu & Navigation

Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu Search engines optimized Clear unordered list (LI and UL HTML tags) structure of jQuery…

118
Yays

jQuery convertion: Garagedoor slider navigation effect

Views 10049   downloads 1846   Menu & Navigation

First we need to make the script ans style of the GarageDoor work. To make that happen, you’ll need jQuery. This library enables interface effects, so you don’t have to create it yourself.…

117
Yays

jQuery Animated Menu

Views 18212   downloads 4917   Menu & Navigation

Step 1 – Set up the Structure Here is the HTML markup that is used in the demo: <div id="menu" class="menu"> <ul> <li><a href="[removed];">Home</a></li> <li><a…

117
Yays

Floating HTML Menu Using jQuery and CSS

Views 27243   downloads 4379   Menu & Navigation

For all of us who deal with long web pages and need to scroll to the top for the menu, here’s a nice alternative: floating menus that move as you scroll a page. This is done using HTML, CSS and…

117
Yays

jQuery Dropdown Menu

Views 11388   downloads 2103   Menu & Navigation

Dropdown menus and menu bars have been heavily used since the early days of graphical user interfaces. Their use has become ubiquitous, and even expected, in desktop applications, and the web has quickly…

116
Yays

jQuery MegaMenu

Views 15380   downloads 2654   Menu & Navigation

 the popular jQuery plugin A completely revamped JS and CSS code-base. Easier to use. (A lot simpler HTML and JS needs to be used to initiate the menu) Customizable menu show and hide effects, with…

116
Yays

Jemjabella Menu jQuery

Views 12101   downloads 1736   Menu & Navigation

The menu itself was marked up in a (semantically correct) unordered list, like so: <ul id="navigation"> <li><a href="#">link one</a></li> <li><a href="#">link…

116
Yays

Cool Sprites – Free overlapped CSS menu using CSS Sprites

Views 14095   downloads 3079   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…

115
Yays

Horizontal Tooltips Menu with jQuery

Views 16519   downloads 3614   Menu & Navigation

We're doing something a little bit similar - Tooltips menu.   1. HTML   As usual, it's a good practise to use UL List for menu. For the menu images, you need to put the caption in the ALT attribute,…

115
Yays

jQuery Plugin xBreadcrumbs (Extended Breadcrumbs) navigation

Views 17203   downloads 3014   Menu & Navigation

xBreadcrumbs (Extended Breadcrumbs) is a jQuery plug-in to create categorized breadcrumbs for your site. This may be useful if your website has a deep structure and you want allow your visitors to quickly…

115
Yays

Jquery Horizontal Slide Navigation

Views 15603   downloads 3365   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…