Submit your widget
713
Yays

jQuery and CSS3 Awesome Slide Down Box Menu

2 years ago   Views 108402   downloads 23405   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…

190
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

2 years ago   Views 22680   downloads 2160   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…

158
Yays

Minimalistic Navigation Menu with CSS3

2 years ago   Views 22260   downloads 4338   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…

132
Yays

CSS3 Super slick jQuery menu

2 years ago   Views 17401   downloads 2112   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…

124
Yays

jQuery and CSS3 Minimalistic Horizontal Slide Out Menu

2 years ago   Views 19630   downloads 2488   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…

119
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

2 years ago   Views 24229   downloads 3337   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…

116
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

2 years ago   Views 12954   downloads 2068   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…

114
Yays

Awesome jQuery and CSS3 Interactive menu

7 months ago   Views 39586   downloads 7472   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…

108
Yays

jQuery style menu with CSS3

2 years ago   Views 9863   downloads 1761   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…

105
Yays

Beautiful CSS3 Styled jQuery Dropdown

2 years ago   Views 13833   downloads 1696   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”…

97
Yays

Sweet tabbed navigation using CSS3

2 years ago   Views 9417   downloads 1705   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…

94
Yays

Sweet AJAX Tabs With jQuery 1.4 & CSS3 HTML5

2 years ago   Views 9524   downloads 1180   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 –…

88
Yays

jQuery CSS3 Overlap that Menu

2 years ago   Views 8610   downloads 1112   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…

85
Yays

3D Awesome Buttons with CSS3 & jQuery

2 years ago   Views 10267   downloads 1046   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…

78
Yays

Useful dropdown menu with CSS3 jQuery

about a year ago   Views 21839   downloads 7368   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…