Submit your widget
1616
Yays

jQuery and CSS3 Awesome Slide Down Box Menu

Views 131176   downloads 27901   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…

212
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 30920   downloads 3654   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…

183
Yays

Minimalistic Navigation Menu with CSS3

Views 29892   downloads 6245   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…

150
Yays

CSS3 Super slick jQuery menu

Views 22053   downloads 3243   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…

144
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35387   downloads 4858   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…

142
Yays

jQuery and CSS3 Minimalistic Horizontal Slide Out Menu

Views 26556   downloads 4013   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…

139
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

Views 17560   downloads 3599   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…

137
Yays

Awesome jQuery and CSS3 Interactive menu

Views 52278   downloads 11230   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…

127
Yays

jQuery style menu with CSS3

Views 14131   downloads 3278   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 18848   downloads 2677   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”…

112
Yays

jQuery CSS3 Overlap that Menu

Views 12893   downloads 1958   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…

109
Yays

Sweet tabbed navigation using CSS3

Views 13013   downloads 3171   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…

104
Yays

3D Awesome Buttons with CSS3 & jQuery

Views 14115   downloads 1995   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…

101
Yays

Sweet AJAX Tabs With jQuery 1.4 & CSS3 HTML5

Views 12674   downloads 1950   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 –…

100
Yays

Useful dropdown menu with CSS3 jQuery

Views 28260   downloads 9662   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…