Submit your widget
78
Yays

Useful dropdown menu with CSS3 jQuery

about a year ago   Views 21881   downloads 7386   Menu & Navigation

This CSS dropdown menu, without any additional Javascript code. There are no images used and, as usual, minimal HTML markup. HTML structure As you can see in the following lines, the HTML structure does…

88
Yays

jQuery CSS3 Overlap that Menu

2 years ago   Views 8631   downloads 1114   Menu & Navigation

If you have ever wanted to do something a bit different with your main navigation, how about having your items overlap each other? Using position: absolute; on our links allows us to do this. The first…

105
Yays

Beautiful CSS3 Styled jQuery Dropdown

2 years ago   Views 13851   downloads 1697   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”…

116
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

2 years ago   Views 12968   downloads 2069   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…

132
Yays

CSS3 Super slick jQuery menu

2 years ago   Views 17453   downloads 2119   Menu & Navigation

The plugin called jSlickmenu, creates, well, slick menus with jQuery. Combined with some great CSS3 features likes rotation and shadows, this plugin can really lift up your design. It's fairly easy to…

158
Yays

Minimalistic Navigation Menu with CSS3

2 years ago   Views 22324   downloads 4352   Menu & Navigation

Today we are making something practical – a simple CSS3 animated navigation menu The XHTML The menu is organized as an unordered list. This is the most suitable structure for a menu, as it provides…