Content
Cascading Style Sheets
A number of well-developed CSS-design resource web sites are available on the Internet. Here are a few we recommend
- W3C on CSS
- CSS Zen Garden
- WestCiv - A complete CSS tutorial
- Position is Everything - Modern browser bugs explained in detail
- Glish.com - CSS layout techniques
- CSS MaxDesign - Various CSS tutorials
There are plenty of CSS tutorials available online, so this section will only serve to make a few recommendations for CSS development.
- Developing CSS should be treated in the same way as HTML or application code in that there are best practices for using it.
- Not all browsers and platforms support all CSS properties similarly. When developing a page with CSS, it's very important to test it on multiple browsers and operating systems.


