Submit your widget
72
Yays

Very Beautiful CSS3 transition Animated Buttons

Views 13194   downloads 3617   Buttons & Icons

This demo used a patterned background and placed vignette-style .pngs over the top which are animated using transition. The Set Up Each example in the demo is a single <a> element, so the HTML is…

78
Yays

JQuery animation Drop Down Menus

Views 29402   downloads 7098   Menu & Navigation

Hi dear readers, this is a fancy drop down menus with CSS and JQuery. the demo used jQuery animate function and CSS to put some stylish effects and used a background for navigation. Support: Firefox,…

87
Yays

Vertical Accordion effect with jQuery

Views 69027   downloads 15412   Accordion

HTML Basic HTML for the accordion is as follows: <ul class="accordion"> <li> <h3>Handle 1</h3> <div class="panel"> … </div> </li> <li>…

57
Yays

Pure CSS3 Image Slider effect

Views 28746   downloads 4342   Slideshow & Scroller

Image slider is a popular effect and often used in portfolio sites and blogs. Most of these sliders are created by Javascript. But with CSS3′s strength, we can implement an image slider with only…

77
Yays

JQuery Text Hover Blur effect

Views 19335   downloads 2373   Text & Link Effects

the  code will make a text blur on hover,I Got idea from the shadow created with the text-shadow property of CSS, That was blurry as i needed so i made the text transparent. What i got was the thing…

93
Yays

Beautiful jQuery Parallax effect

Views 25600   downloads 4797   Image Effects

 the parallax script . It’s called in a more jQuery like manner now and has a couple of useful options for inverting the movement and changing the unit of measurement to any jQuery/CSS supported…

105
Yays

CSS3 multiple color Top Fixed Menu

Views 30101   downloads 8798   Menu & Navigation

That is an CSS3 fixed menu based on gradients and transitions. No images used or javascript. Let’s take a look at the code structure: HTML: <!--===================================== Top Fixed…

137
Yays

Auto Scroll News Ticker with jQuery

Views 72747   downloads 16300   Text & Link Effects

There are a lot of different jQuery News Ticker plugins with lot of options that you can use. the demo will create one on your own in only 4 lines od jQuery code ? Idea is pretty simple, take first element…

74
Yays

auto play Infinite Carousel Plugin with jQuery

Views 35246   downloads 6956   Slideshow & Scroller

Creating a user interface to allow jumping around the sequence of images was the easy part. Version 1.2 of the infinite Carousel creates thumbnail gallery with several options which allows you to click…

74
Yays

cool looking pure CSS3 dropdown menu

Views 15211   downloads 4238   Menu & Navigation

Today, CSS3 has become a buzzword of modern web designers and developers around the globe. With its ground-breaking features, CSS3 has made a profound impact on the web designer community by making the…

64
Yays

Pure CSS3 Beatiful Drop Down Menu

Views 23878   downloads 5042   Menu & Navigation

we will show you how to create a beautiful drop down menu using CSS3. We are going to create the menu without using Javascript, only CSS properties. The html code we will show you how to create a beautiful…

76
Yays

multiple awesome photos slideshow effect

Views 27191   downloads 6735   Slideshow & Scroller

Exposure is a jQuery plugin for rich and smart photo viewing that can handle very large amounts of photos. See the Exposure website for more information: http://exposureforjquery.wordpress.com/. Features…

58
Yays

Pure CSS3 Red Menu/Navigation

Views 24774   downloads 6343   Menu & Navigation

we’re gonna create a nice and slick navigation bar using CSS only. I need to warn you though, we’ll have to use some CSS3 features so it will not be cross-browser. Another thing is that this…

66
Yays

beautiful Radio, check button with Forms

Views 15309   downloads 4152   Form

What's Ideal Forms: Ideal Forms is a small framework to build powerful and beautiful online forms. It's very easy to use and requires minimal html syntax. Absolutely everything is stylable with…

69
Yays

JosepMartins-dynamic text content carousels with jQuery

Views 17081   downloads 3730   Slideshow & Scroller

A Responsive Carousel If there's one thing that can compete with lightboxes for “world’s most done-to-death jQuery plugin,” it’s carousels. However, everything I came across…