Submit your widget
113
Yays

jQuery Simple Lava Lamp Menu

Views 13320   downloads 2334   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…

141
Yays

jQuery Super Cool Vertical Scroll Menu

Views 35034   downloads 4694   Menu & Navigation

Create a vertical scroll menu that scroll automatically according to your mouse axis-Y movement. 1. Get mouse axis The following code will return the X and Y Axis values for your mouse pointer. <script>…

125
Yays

Rotated navigation with CSS3 only

Views 18972   downloads 2462   Menu & Navigation

Can not support Ie Here's a last small technique that works with CSS3 (Supported by the latest versions of Firefox, Safari and Chrome). When hovering a block element, you'll get a rotated hover state.…

125
Yays

Beautiful CSS3 Styled jQuery Dropdown

Views 18627   downloads 2612   Menu & Navigation

Very stripped down code and minimal styling, yet still have all the functionality typically needed.Here are the features: Cross-browser compatible (even IE 6) Multi-level and retains “trail”…

1616
Yays

jQuery and CSS3 Awesome Slide Down Box Menu

Views 130399   downloads 27784   Menu & Navigation

we will create a unique sliding box navigation. The idea is to make a box with the menu item slide out, while a thumbnail pops up. We will also include a submenu box with further links for some of the…

253
Yays

jQuery big Drop Down Menu

Views 39317   downloads 8570   Menu & Navigation

The large drop down menu is a good option for sites with a lot of navigation items. When the user hovers over one of the list items, the item enlarges to the width of the submenu and the submenu appears.

131
Yays

CSS and Javascript Style your Sitemaps tree menu

Views 36290   downloads 8494   Menu & Navigation

Sitemap Syler is a little CSS/JavaScript piece of code that can be easily applied to your sitemap list. It then takes care of it's presentation. All you have to do is include couple lines of code. It…

147
Yays

jQuery Apple Leopard-Text-Indent Style Menu

Views 15149   downloads 3406   Menu & Navigation

Since the Apple-flavored Leopard-text-indent style is currently one of my favorite menu styles, we will start from scratch and build such a menu in Photoshop, then create the needed HTML and CSS and last…

112
Yays

jQuery Vimeo-like top navigation

Views 14266   downloads 3214   Menu & Navigation

The menu that drops down when you hover search box. It offers you different search options that you can choose and narrow your search. Simple CSS drop down menu based on unordered list. The structure…

115
Yays

Pure CSS3 Windows 7 start menu

Views 19977   downloads 4231   Menu & Navigation

You can do with so little using CSS3. Many user interface elements that require images in order to have appropriate visual appearance now can be styled only with CSS3. Container The container named startmenu…

146
Yays

jQuery Advanced docking Side Menu

Views 40246   downloads 4756   Menu & Navigation

How Visual Studio docking functionality can be done with jQuery and unordered lists. Basically, the main goal was to implement multiple docking and undocking functionality.Similar Side Menu Effects The…

112
Yays

jQuery Super Sexy Drop Down Menu

Views 26017   downloads 6285   Menu & Navigation

Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key — and while most drop down menus may look…

138
Yays

MagicLine Navigation with jQuery

Views 16068   downloads 3263   Menu & Navigation

These “sliding” style navigation bars have been around a while,Turns out it’s really pretty darn easy. I put two examples together for it. The Idea The idea is to have a highlight of…

94
Yays

jQuery Fluid Navigation–informative menu-bar

Views 15047   downloads 2419   Menu & Navigation

jQuery has made it simple for developers to define an idea or wireframe for a component and then implement it reasonably quickly, which has certainly helped it become the most popular JavaScript Framework…

137
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

Views 17330   downloads 3538   Menu & Navigation

we’ll take a look and see what we can achieve with HTML5 and CSS3 when it comes to the staple of current web sites: the humble drop-down navigation menu. We’ll also use jQuery to handle the…