css

40 CSS Reference Websites and Resources

Excellent round up from noupe.com of 40 resources to help you with your CSS, well done guys!

Powerful New CSS Techniques and Tools

Check out these awesome CCS techniques and tools over at smashingmagzine.

Visit Source

40 Essential CSS Templates, Resources and Downloads

Every web developer should have in their toolbox a collection of CSS tools and resources like the ones outlined in this article. A set of techniques that you rely on and that are always at the ready to cover any possible eventuality.

Ultimate CSS Gradient Generator

The Ultimate CSS Gradient Editor was created by Alex Sirota (iosart). If you like this tool, check out ColorZilla for more advanced tools such as eyedroppers, color pickers, palette editors and website analyzers.

As you might know, HTML5 introduced many exciting features for Web developers. One of the features is the ability to specify gradients using pure CSS3, without having to create any images and use them as repeating backgrounds for gradient effects.

Animated CSS3 Progress Bar with Javascript

Would you like to have a Pure CSS Progress Bar which requires one image for background stripes only? With simple Javascript for animation, it turned into a really simple and slick progress bar which you can use it anywhere on your website.

Create a fancy web form with field hints using only CSS3

CSS3 tricks have been pretty popular in the last while on various design
blogs and with good reason. Like many of you, I've caught the CSS3 bug
and this afternoon I took a stab at this nifty little method of adding
hints to your form fields (as well as some fancy style enhancements)
using CSS3. The cool part is you don't require Javascript for the form
field hints. Here's a demo and run down of the code used.