Submit your widget
45
Yays

CSS3 and jQuery date calendar effect

8 months ago   Views 10555   downloads 1364   Calendar & Date & Time picker

This is a CSS3 animation calendar with some jQuery . You’re allowed to use the calendar for your own purpose. For those who are interested to learn a bit more about how the calendar is built, I…

50
Yays

Pure CSS3 Customizable Pressure Buttons

8 months ago   Views 11729   downloads 2566   Buttons & Icons

Customizable Pressure Style CSS Buttons You can use or edit these as much as you like without any credit. They’re compatible with the latest version of all the major browsers. Click on the demo…

51
Yays

Pure CSS3 animation Menu Navigation

8 months ago   Views 21888   downloads 4009   Menu & Navigation

The example will only be visible in Firefox, Safari and Chrome because it uses the CSS3 Animation Property. HTML Now look carefully ... this markup is really easy, just create an unordered list and insert…

54
Yays

Cool jQuery animate-on-scroll tooltips effect

8 months ago   Views 21695   downloads 2482   Slideshow & Scroller

In this exampole we try to recreate the intriguing scrolling effect. We’ll start with the html structure : <!DOCTYPE html> <html> <head> <meta charset="UTF-8" />…

57
Yays

rounded corners CSS3 tables

8 months ago   Views 16381   downloads 4021   Table

There has been some discussion in the past about how/when to use tables in web development. Though, the conclusion is the same: when you’re dealing with tabular data, tables are absolutely required.…

85
Yays

Pure CSS3 slide dropdown Menu

9 months ago   Views 35672   downloads 8787   Menu & Navigation

As usual, we start with the HTML. Here is the html code of our menu. As usual – this is again UL-LI based navigation menu. The most interesting thing will be CSS styles of course. index.html <ul…

91
Yays

Beautiful CSS3 scroll Social Menu

9 months ago   Views 28863   downloads 7058   Menu & Navigation

we’ll learn how to code a fancy social networks menu with HTML5 and CSS3 and absolutely no images. Yup, that’s right! No images at all. We’ll also learn how to convert a normal font…

39
Yays

Pure CSS3 list styles effect

9 months ago   Views 13119   downloads 2140   Text & Link Effects

you’ll learn how to add some CSS3 fine tuning to your ordered lists, using a semantic approach. The HTML Below you’ll find nothing than simple ordered list markup <ol class="rounded-list">…

106
Yays

Awesome jQuery Camera slideshow plugin

9 months ago   Views 40742   downloads 10018   Slideshow & Scroller

Camera slideshow is an open source project, based on Diapo slideshow ( no more supported, sorry), but improved a lot. You can suggest changes or improvements if you want. You can download it and use for…

129
Yays

super Cool 3D Image Transitions effect

9 months ago   Views 39668   downloads 8792   Slideshow & Scroller

Flux Slider Flux slider is a CSS3 animation based image transition framework, inspired in part by the fantastic Nivo Slider jQuery plugin. Instead of the traditional Javascript timer based animations…

61
Yays

Very nice jQuery and CSS3 parallax scrolling

9 months ago   Views 23809   downloads 3746   Slideshow & Scroller

Parallax scrolling website interfaces have been popping up all over the place recently. I didn’t want to miss out on the fun, so I have put together a parallax scrolling demo built using jQuery…

66
Yays

JQuery and CSS3 Mobile-Friendly Tooltip

9 months ago   Views 12670   downloads 3264   Tooltips

Tooltip is a splendid invention. Small detail in web design that plays a big role when it comes to user experience. Usually, tooltips are used to present a tiny amount of hidden content (mainly explanatory,…

72
Yays

Colorful jQuery animation slide menu

9 months ago   Views 33218   downloads 5782   Menu & Navigation

This is a nice and colorful jQuery and css menu The Idea is to create a normal ul li menu and apply a top border to the anchor tags with colors that will match with the element background color when it…

126
Yays

like iPhone jQuery scroller Date and Time picker

9 months ago   Views 37624   downloads 3728   Calendar & Date & Time picker

A wheel scroller user control optimized for touchscreens to easily enter date and/or time. The control can easily be customized to support any custom values and can even be used as an intuitive alternative…

41
Yays

Using jQuery and CSS to Create Buttons

9 months ago   Views 10528   downloads 378   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…