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 10: Line 10:


=== Online resources ===
=== Online resources ===
* The [http://www.w3schools.com/css/default.asp W3Schools CSS Tutorial] is a great way to learn about CSS by example.
* The [http://www.w3schools.com/css/default.asp W3Schools CSS Tutorial] is a great way to learn about CSS by example.
* [http://www.alistapart.com A List Apart] is a great resource for everything regarding web design, not only CSS.
* [http://www.alistapart.com A List Apart] is a great resource for everything regarding web design, not only CSS.
* [http://css-discuss.incutio.com CSS-Discuss Wiki] - Wiki companion to the [http://www.css-discuss.org CssDiscussList mailing list]. Includes tips and tricks and information on browser hacks, text sizing, and testing.
* [http://css-discuss.incutio.com CSS-Discuss Wiki] - Wiki companion to the [http://www.css-discuss.org CssDiscussList mailing list]. Includes tips and tricks and information on browser hacks, text sizing, and testing.
* [http://www.cssnewbie.com/ CSS Newbie] by Rob Glazebrook
* [http://realworldstyle.com Real World Style] by [http://www.alistapart.com/authors/n/marknewhouse Mark Newhouse] - CSS layouts that even work with NN4
* [http://realworldstyle.com Real World Style] by [http://www.alistapart.com/authors/n/marknewhouse Mark Newhouse] - CSS layouts that even work with NN4
* [http://phrogz.net/CSS/HowToDevelopWithCSS.html How to Develop with CSS]]
* [http://phrogz.net/CSS/HowToDevelopWithCSS.html How to Develop with CSS]]

Revision as of 13:40, 11 June 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.

How 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: