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


=== CSS references ===
=== CSS references ===
* [http://reference.sitepoint.com/css SitePoint] - Can be incorporated in Firefox via SitePoint's [https://addons.mozilla.org/en-US/firefox/addon/10273 CodeBurner plugin] (Firebug extension), see [[Development:Firebug#CodeBurner]].
* [http://reference.sitepoint.com/css SitePoint]  
: You can have this reference at your fingertips with SitePoint's [https://addons.mozilla.org/en-US/firefox/addon/10273 CodeBurner plugin] (Firebug extension), see [[Development:Firebug#CodeBurner]].
: There's also [http://tools.sitepoint.com/codeburner/firefox/ CodeBurner for Firefox], a standalone version of the original CodeBurner for Firebug, but with an independent interface, and more dedicated search tools.  
: There's also [http://tools.sitepoint.com/codeburner/firefox/ CodeBurner for Firefox], a standalone version of the original CodeBurner for Firebug, but with an independent interface, and more dedicated search tools.  



Revision as of 16:12, 16 February 2010


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

You can have this reference at your fingertips with SitePoint's CodeBurner plugin (Firebug extension), see Development:Firebug#CodeBurner.
There's also CodeBurner for Firefox, a standalone version of the original CodeBurner for Firebug, but with an independent interface, and more dedicated search tools.

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?

  • Firebug Extension for Firefox is the single most useful tool for inspecting the CSS of any web page and modifying it on the fly. See Firebug for further information.
  • The new PHP version of NetBeans comes with integrated CSS support. You find a host of documentation, tutorials, screen casts, etc. on their web site. See also NetBeans.

See also: