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

CSS FAQ: Difference between revisions

From MoodleDocs
Line 32: Line 32:


* [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''
* [http://www.transcendingcss.com/ Transcending CSS - The Fine Art of Web Design] by ''Andy Clarke''


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

Revision as of 11:17, 13 November 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

  • Position Is Everything attempts to describe and demonstrate some of the bugs found in web browsers, and to show advanced CSS methods that work across all browsers.

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: