View Full Version : how do you create CSS codes?


Raindrop Graphics
12-21-2006, 01:29 AM
not as in createing a layout or anything made from the base codes but how are the base codes created? like how was the scrollbar color changing code created?


thanks!

J to the izzosh
12-21-2006, 04:27 AM
CSS is just a set of stylistic properties which allow you a large amount of control over the apperance of an HTML document. A CSS "code" is just a rule or set of CSS rules (a rule is a set of properties) applied to a single or several elements to achieve a certain appearance.

To learn how to compose CSS rules, you will need to learn CSS. Lissa offers a general CSS tutorial on her site (http://www.lissaexplains.com/css.shtml), but eventually you will need more in-depth tutorials (http://www.westciv.com/style_master/house/tutorials/index.html).