Submit your widget
1616
Yays

jQuery and CSS3 Awesome Slide Down Box Menu

Views 130400   downloads 27785   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…

209
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 30605   downloads 3591   Menu & Navigation

There are a lot of cool flash scrolling menus out there, but I decided to make a similarly looking menu with just CSS and jQuery. I couldn't achieve the same smoothness in animation, but anyway I'm…

180
Yays

Minimalistic Navigation Menu with CSS3

Views 29570   downloads 6173   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…

148
Yays

CSS3 Super slick jQuery menu

Views 21862   downloads 3173   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…

141
Yays

jQuery and CSS3 Minimalistic Horizontal Slide Out Menu

Views 26297   downloads 3951   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…

140
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 34951   downloads 4791   Menu & Navigation

Creating markup We will begin by creating the necessary HTML structure. At first, I wanted to use an unordered list as a container for our images and captions, but then I encountered some bugs with vertical…

137
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

Views 17331   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…

136
Yays

Awesome jQuery and CSS3 Interactive menu

Views 52034   downloads 11163   Menu & Navigation

This example will tell you how to create an interactive menu using CSS3 goodness and jQuery’s power. The idea The idea behind this example was to have some nicely arranged blocks and once you click…

126
Yays

jQuery style menu with CSS3

Views 13935   downloads 3216   Menu & Navigation

Here’s a quick experiment I did with CSS3. Again I was just mucking about with CSS3 transitions which could one day replace all the fancy jQuery animation tricks people use. The outcome was a really…

125
Yays

Beautiful CSS3 Styled jQuery Dropdown

Views 18628   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”…

109
Yays

jQuery CSS3 Overlap that Menu

Views 12635   downloads 1900   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…

107
Yays

Sweet tabbed navigation using CSS3

Views 12899   downloads 3120   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…

102
Yays

3D Awesome Buttons with CSS3 & jQuery

Views 13960   downloads 1943   Buttons & Icons

It's not support IE.There is no doubt that websites are edging more and more into the web app, or interactive arena, rather than the static websites that most of us began with. As links and buttons are…

98
Yays

Sweet AJAX Tabs With jQuery 1.4 & CSS3 HTML5

Views 12534   downloads 1897   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 –…

98
Yays

Useful dropdown menu with CSS3 jQuery

Views 28041   downloads 9589   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…