Submit your widget
114
Yays

Sweet tabbed navigation using CSS3

Views 13209   downloads 3266   Tabs

This example takes on the following CSS(3) properties: rgba opacity text-shadow pseudo selectors rounded corners gradients box-shadow HTML Before we do anything fancy with CSS, we'll need a decent backbone…

1624
Yays

jQuery and CSS3 Awesome Slide Down Box Menu

Views 132144   downloads 28081   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…

131
Yays

Beautiful CSS3 Styled jQuery Dropdown

Views 19140   downloads 2789   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”…

145
Yays

jQuery and CSS3 Minimalistic Horizontal Slide Out Menu

Views 26804   downloads 4097   Menu & Navigation

The horizontal slide out menu is positioned at the left hand side of the window and slides out its menu items once the arrow is clicked. The arrow bounces back once the mouse leaves and this creates a…

145
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

Views 17822   downloads 3721   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…

153
Yays

CSS3 Super slick jQuery menu

Views 22315   downloads 3351   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…

102
Yays

Sweet AJAX Tabs With jQuery 1.4 & CSS3 HTML5

Views 12854   downloads 2044   Tabs

We are making an AJAX-powered tab page with CSS3 and the newly released version 1.4 of jQuery, so be sure to download the zip archive from the button above and continue with step one.   Step 1 –…

185
Yays

Minimalistic Navigation Menu with CSS3

Views 30382   downloads 6351   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…