Ads

Hi Friends Please Visit My BLOG for more....



Showing posts with label CSS3. Show all posts
Showing posts with label CSS3. Show all posts

Monday, May 2, 2011

Multi-Step Signup Form With CSS3 and jQuery


DEMO

Making a Fresh Content Accordion



A simple, yet eye-catching accordion with the help of CSS, jQuery and the easing plug-in for some fancy effects.

Sleek Feed Widget With YQL, jQuery & CSS3



A sleek feed widget, that will fetch any feed and display it in your blog sidebar. You can set it up to show the latest posts from the different categories of your blog, your latest stumbles, or even people mentioning you on twitter.


Colorful Clock With CSS & jQuery



Colorful Clock With CSS & jQuery


Photo Desk with jQuery and CSS3



When using the shuffle function, the photos get rotated and spread over the desk randomly.

Pretty jQuery Smooth multilevel tree menu



This is a powerful jQuery component to build easily a multilevel tree menu or a contextual menu (right click) in an intuitive way!

More CSS3 / jQuery Login Page Collection



Here’s a collection of some jQuery / CSS3 login pages for you to use however you wish.

All Login pages have been checked, and work perfectly in latest versions of Chrome, FireFox & Opera.

JQuery and CSS3 Animated Login and Signup Form


amazing animated and stylish login / register jquery form which is simple to use.

Sunday, April 24, 2011

10 CSS tricks that make website looks cool instantly!

1. Image gallery with hover box preview



Isn’t it nice to allow your users to preview thumbnail images by just rolling their mouse over? The Hoverbox Tutorial offers free coding sample and detail guides on how to do just that. If you wish to build a fast loading image gallery then this is a must-read.

Friday, April 22, 2011

9 CSS3 Properties You Can Use Now

1. Text-shadow


The text-shadow property is probably one of the most commonly used aspects of CSS3, likely because of it’s extremely easy setup (it’s almost too easy…).

For a text-shadow, the property is used as follows:

text-shadow: 2px 2px 5px #000;

The first and second values represent the shadow offset, the third the blur radius, and the last value the color of the shadow.