Submit your widget
35
Yays

JQuery Box Lid Menu in action by hovering your mouse over the menu bar on the left

Views 17230   downloads 3731   Menu & Navigation

You can see the Box Lid Menu in action by hovering your mouse over the menu bar on the left. Installation First, include the stylesheet and javascript as follows: <link rel='stylesheet' type='text/css'…

71
Yays

Using jQuery and CSS to Create Buttons

Views 20150   downloads 2244   Buttons & Icons

A website that has an original look stands out from the rest. CSS buttons therefore are important. Perhaps they are even trivial to implement using basic CSS and jQuery events. However, creating any high-quality…

48
Yays

Around a circle menu with jQuery

Views 13205   downloads 2468  

When ordering lists you will often find that topics come to a full circle; the first item is very similar to the last one. In these cases a better visual representation would be ordering them around a…

136
Yays

Awesome jQuery and CSS3 Interactive menu

Views 52017   downloads 11160   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…

74
Yays

Useful CSS3 animation and transitions with jQuery

Views 12080   downloads 2268   Layout & Interface

CSS3 transitions alone don’t always quite cut it. We can use a little help from jQuery to get better control over them and push them just a bit further. Val Head shows us how CSS animation and transitions…

77
Yays

Transparent Top Bar Navigation with CSS3 and jQuery

Views 19101   downloads 3332   Menu & Navigation

Here is a very nice top navigation bar for your website. It uses CSS3 & jQuery to give a nice looking aero gradient & transparency effect. The CSS The CSS uses some of the new CSS3 features such…

89
Yays

awesome Wheel Menu with CSS3

Views 37690   downloads 7136   Menu & Navigation

There’s no better way to learn CSS3 than to get your hands dirty on an actual project and that’s exactly what we’re going to do. I’m going to teach you how to create an awesome,…

73
Yays

Pure CSS3 Feature table design

Views 15257   downloads 3017   Table

The idea of building a features table just by using CSS3 came to our a while ago and we decided to share it with you in this article. The HTML markup Below you can find the abbreviated HTML: <table…

98
Yays

Useful dropdown menu with CSS3 jQuery

Views 28024   downloads 9585   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…

92
Yays

Multicolor tooltips CSS3

Views 14822   downloads 3873   Tooltips

If your icon or button has insufficient text or none at all, or it just needs some additional explanation, then you surely need a tooltip for it. Why’s that? Because, as they have proved till now,…

102
Yays

3D Awesome Buttons with CSS3 & jQuery

Views 13945   downloads 1938   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…

109
Yays

jQuery CSS3 Overlap that Menu

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

140
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 34909   downloads 4786   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…

209
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 30577   downloads 3587   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…

126
Yays

jQuery style menu with CSS3

Views 13916   downloads 3214   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…