Click to See Complete Forum and Search --> : css in general


ptherin
12-27-2002, 01:45 PM
i recently uploaded a site to the net for a freind that has css files. can anyone direct me to a link explaining these things. cause i have NO idea what they're all about. thanks.

ShrineDesigns
12-27-2002, 05:34 PM
what would you like to know ???

King Pellinore
12-27-2002, 07:17 PM
http://forums.webdeveloper.com/showthread.php?s=&threadid=990

This is a link to an earlier discussion. Basically, if you are real serious and willing to spend time, read the official CSS specification. But otherwise read a good introductory tutorial and it should be enough for most things.

Stefan
12-27-2002, 08:12 PM
Originally posted by King Pellinore But otherwise read a good introductory tutorial and it should be enough for most things

There actually is one of those in the spec itself :D

http://www.w3.org/TR/REC-CSS2/intro.html

ptherin
12-27-2002, 11:36 PM
'what would you like to know?'


mostly, i dont even know what an css is. so from the beginning.

jeffmott
12-27-2002, 11:54 PM
W3C
Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents.

Files with the .css extension are style definitions kept separate of HTML document. The styles are imported into a document via the LINK element.

Though this forum is generally for giving specific answers to specific questions. See http://www.w3.org/TR/REC-CSS2/ for the full text regarding CSS.