Submit your widget
39
Yays

Pure CSS3 Ribbon menu

Views 22057   downloads 6705   Menu & Navigation

This uses CSS3 transitions and CSS2 pseudo-elements to create an animated navigation ribbon with minimal markup. Browser Support IE8 and IE9 do not support CSS3 transitions, so the hover state will not…

45
Yays

sticky page scroll down menu with jQuery

Views 15795   downloads 4649   Menu & Navigation

Smint is a simple jQuery plugin that helps with the navigation on one page style websites.    It has 2 main elements, a sticky navigation bar that stays at the top of the page while you scroll…

39
Yays

jQuery and CSS3 Vertical menu effect

Views 20565   downloads 4126   Menu & Navigation

we'll going to show you how to create a simple, but very stylish vertical menu using some CSS3, a bit of jQuery. The mobile devices revolution which is currently happening is changing the way we see…

35
Yays

JQuery Box Lid menu in action by hovering your mouse over the menu bar on the left

Views 17371   downloads 3775   Menu & Navigation

You can see the Box Lid Menu in action by hovering your mouse over the menu bar on the left. Installation First, include the stylesheet and javascript as follows: <link rel='stylesheet' type='text/css'…

14
Yays

Create context menus (right-click menus) for any element with jquery

Views 10834   downloads 1136   Menu & Navigation

Description Create Chrome-styled context menus (right-click menus) for any element with jQuery. Example usage $('#one').chromeContext({ items: [ { title: 'Hello', onclick: function ()…