Good place to learn CSS ?

admin

Administrator
Staff member
Whats a good website to learn CSS since i am trying to make mouseovers etc. in css and maybe also a script that lets the user change my website look and feel to another look and feel !I don't know any specific sites... but looking at others source code is a great way to learn CSS. That's how I learned. Of course, you have to have a basic knowledge of CSS before you can actually understand it.I know thats how i learn HTML but it was mostly from books

ASCII ART 101 ----------------------------------------------------

^/^
|__|

---------------------------------------------------------------------this is a good source on all the spec of CSS 1/2

<!-- m --><a class="postlink" href="http://www.richinstyle.com/The">http://www.richinstyle.com/The</a><!-- m --> by far best place onlie to learn about CSS is at

<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/Do">http://www.w3.org/TR/REC-CSS2/Do</a><!-- m --> you know how much will and determination you must have to read the entire CSS specification?

Most of us just want to colour their hyperlinks yellow. If you want to learn CSS quickly, learn it here:
<!-- m --><a class="postlink" href="http://hotwired.lycos.com/webmonkey/authoring/stylesheets/">http://hotwired.lycos.com/webmonkey/aut ... ylesheets/</a><!-- m -->

If you want to learn CSS solidly, go to
<!-- m --><a class="postlink" href="http://webreference.com/html/tutorials/">http://webreference.com/html/tutorials/</a><!-- m -->

This index explains every property and browser issues with CSS:
<!-- m --><a class="postlink" href="http://www.blooberry.com/indexdot/css/index9.htm">http://www.blooberry.com/indexdot/css/index9.htm</a><!-- m -->

If you want to know even more than there is on the official CSS specification (ie. browser issues, bugs, non-listed selectors, etc.), go to
<!-- m --><a class="postlink" href="http://www.css.nu/pointers/">http://www.css.nu/pointers/</a><!-- m -->
but it'll take ages to read.Originally posted by King Pellinore
Do you know how much will and determination you must have to read the entire CSS specification?


There is an index you know. :D
You don't have to read it from cover to cover like a novel.

In the end you will find that looking for your question in the spec in most cases is much faster then to try and find the same info in tutorials.

BTW, I myself learned CSS from scratch from the specs.
 
Back
Top