CSS Articles & Tips
A collection of CSS articles, tips & tricks.
Stylish and Accessible forms using CSS
This article shows a flexible form layout XHTML code accompanied by a strict CSS code. This form is easily adaptable and can be used by the novice of users. The form uses and ordered list for each row...
CSS bar graphs
The article demonstrates three different CSS graph types;
Mozilla CSS for spotting nofollow links
One of the search engines methods to combat search engine spamming were to introduce the "nofollow" attribute. However, nofollow is heavily misused amoung webmasters so sometimes it's nice to...
Different font color than line-through color with CSS
I got a question if it was possible to make the linethrough in red and still have the font color in black. The answer to this is that it's not possible, but it's possible to give a visual impression...
Forms with style - Fieldsets & Labels
Designing forms for the web can be both fun and frustrating, and it certainly requires a great deal of persistence and determination. Custom styling of forms can be critical to the beauty...
A CSS Starter File
Nearly all CSS-styled sties will need a basic file like this one to be off to a proper start. This can save you some time.