Submit your widget
108
Yays

Sweet tabbed navigation using CSS3

Views 12936   downloads 3139   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…

1616
Yays

jQuery and CSS3 Awesome Slide Down Box Menu

Views 130625   downloads 27820   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…

125
Yays

Beautiful CSS3 Styled jQuery Dropdown

Views 18689   downloads 2637   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”…

142
Yays

jQuery and CSS3 Minimalistic Horizontal Slide Out Menu

Views 26365   downloads 3974   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…

138
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

Views 17404   downloads 3561   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…

149
Yays

CSS3 Super slick jQuery menu

Views 21917   downloads 3199   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…

99
Yays

Sweet AJAX Tabs With jQuery 1.4 & CSS3 HTML5

Views 12588   downloads 1916   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 –…

181
Yays

Minimalistic Navigation Menu with CSS3

Views 29672   downloads 6198   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…