Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: CSS FAQ.

CSS FAQ: Difference between revisions

From MoodleDocs
Line 20: Line 20:


=== Books ===
=== Books ===
* The books by CSS guru Eric Meyer are highly recommended:
* The books by CSS guru ''Eric Meyer'' are highly recommended:
** [http://www.ericmeyeroncss.com Eric Meyer on CSS]
** [http://www.ericmeyeroncss.com Eric Meyer on CSS]
** [http://more.ericmeyeroncss.com/ More Eric Meyer on CSS]
** [http://more.ericmeyeroncss.com/ More Eric Meyer on CSS]
Line 26: Line 26:
** [http://meyerweb.com/eric/books/css-pocket/ CSS Pocket Reference]
** [http://meyerweb.com/eric/books/css-pocket/ CSS Pocket Reference]


* [http://www.sitepoint.com/books/cssant2/ The CSS Anthology: 101 Essential Tips, Tricks & Hacks] by Rachel Andrew
* [http://www.sitepoint.com/books/cssant2/ The CSS Anthology: 101 Essential Tips, Tricks & Hacks] by ''Rachel Andrew''


* [http://meiert.com/de/publications/books/978-3897217126/ Webdesign mit CSS, 2. Auflage] by Jens Meiert and Ingo Helmdach. The book is in German, but you can view all designs on the web site and download the complete code. You'll also find [http://meiert.com/en/blog/20070503/on-updating-a-book-webdesign-mit-css/ English comments about the book] in the author's blog.
* [http://meiert.com/de/publications/books/978-3897217126/ Webdesign mit CSS, 2. Auflage] by ''Jens Meiert'' and ''Ingo Helmdach''. The book is in German, but you can view all designs on the web site and download the complete code. You'll also find [http://meiert.com/en/blog/20070503/on-updating-a-book-webdesign-mit-css/ English comments about the book] in the author's blog.


* [http://www.zeldman.com/dwws/ Designing with Web Standards, 2nd ed.] by Jeffrey Zeldman
* [http://www.zeldman.com/dwws/ Designing with Web Standards, 2nd ed.] by ''Jeffrey Zeldman''


=== CSS references ===
=== CSS references ===

Revision as of 09:52, 15 July 2009


What is CSS?

  • CSS stands for "Cascading Style Sheets" and is a web technology for defining the layout and look of a web page. With CSS you can alter the design of your web page without modifying HTML or PHP code.

Where can I learn more about using CSS?

Online resources

Books

CSS references

Where can I find examples for the use of CSS?

Where do I find information about the CSS used by Moodle?

Which tools are useful for working with CSS?

  • Standalone CSS editor TopStyle Lite (you have to scroll down to the bottom of the page to find the free Lite version or use this link for the direct download).

See also: