Easy CSS3 & jQuery tooltips

November 29th, 2011 by Red - 14 comments

There’s no need to explain what a tooltip is and you already know that using tooltips can help you increase usability. Therefore, in this article we’ll concentrate just on the practical side.

So, today you’ll learn how to create awesome CSS3 & jQuery tooltips.

Stylish CSS3 progress bars

November 23rd, 2011 by Red - 19 comments

You’ve seen progress bars everywhere, they are those bars that display the current completion state for a process, such as a download or file transfer. Whether you’re building a desktop or a web application, at a certain point, you may need to use this UI element.

Having said that, in this article you’ll learn how to create stylish and animated progress bars using CSS3.

Stylish CSS3 progress bars preview

CSS3 animated dropdown menu

November 14th, 2011 by Red - 60 comments

It’s a sure thing that CSS3 features like transitions, animations and transforms can add extra spice to your designs.

In this article you will see how you can build an awesome CSS3 animated dropdown menu with some of these cool features.

CSS3 animated dropdown menu

Design a beautiful CSS3 search form

November 8th, 2011 by Red - 21 comments

One of the elements most frequently used by websites is probably the search box. If you want to improve user experience in a simple way, and make it easy to search and find content for your users, then you have to add a search form on your website.

So, today we’re going to cover how to style a search form using the most exciting CSS3 features.

Simple and effective dropdown login box

October 31st, 2011 by Red - 52 comments

Web users log in every day, so imagine how many times log in forms are being used in a single day. Usually, it don’t take too much to fill a form like this, but using a dropdown solution will speed up things for you.

In this article, you will see how to create a good looking dropdown login form using CSS3 and a bit of jQuery.