
CSS Resources
A list of resources for those intrepid adventurers who want to learn more about CSS.
Local Topics
this list is automatically generated by searching for topics with 'CSS' or 'stylesheet' in their title
- AdoptACSSFramework: Feature Proposal: Adopt a CSS framework from another project Motivation We currently have our own, and with all respect to the designers, fairly crude, CSS framework ...
- CSSResources: CSS Resources A list of resources for those intrepid adventurers who want to learn more about CSS. Local Topics this list is automatically generated by searching ...
- RemoveHardcodedCssClassNames: Feature Proposal: Remove hardcoded CSS class names Motivation Enable proper Foswiki theming. Description and Documentation Proper theming is best done through CSS ...
Offsite Resources
Please try and restrict the links to those which provide above average quality
Authoring and Learning
- http://alistapart.com/ - one of the longest running web design sites
- http://diveintoaccessibility.org/ - the most accessible site I've seen, where accessible means ease of understanding as much as ease of use
- http://simon.incutio.com/categories/csstutorial/ - "CSS ain't Rocket Science" an ongoing tutorial series, focusses on edge cases which tend to be where most of the frustration (and learning) is found.
- http://css-discuss.incutio.com/ - wiki for the css-discuss mailing list
- http://archivist.incutio.com/css-discuss/ - archives for the css-discuss mailing list, very high signal to noise ratio
- http://meyerweb.com/eric/css/edge/ - pushing the boudaries of what is possible when using CSS
- http://realworldstyle.com/ - fonts for unix, taming lists, hanging punctuation, environmental style
- http://www.codestyle.org/ - Aims to answer key questions for Web developers. Which Web fonts are most common? What is the best way to use media dependent stylesheets? How can I design more robust, accessible Websites?
- http://webstandards.org/ - a grassroots coalition fighting for standards that ensure simple, affordable access to web technologies for all
- http://www.w3schools.com/css/ - Excellent css tutorials and examples. The examples allow you to edit code and see results in separate frame. Great learning tool!
- http://devedge.netscape.com/library/xref/2003/css-support/ - CSS Support Charts (not up to date, but still very useful)
- http://www.positioniseverything.net/
- http://www.quirksmode.org/ - very useful and comprehensive site covering more than just CSS, javascript and W3C? DOM for example. Takes some unconventional stances, like not using
doctypes and backs them up with solid reasoning. A must read.
- http://www.nic.fi/~tapio1/Teaching/Netscape.php3 - CSS for Netscape 4: what to use and what not
- http://www.alvit.de/web-dev/css-techniques-and-examples.html - Part of Vitaly Friedman's Web-Dev-Bookmarks. Lots of very good links.
Tools
- [your favourite text editor]
- NotepadPlusPlus? - a folding editor for Windows. Good for tracking down missing /DIVS
- http://topstyle.com/ - Lightweight and capable CSS editor. Only for Windows.
- http://cascades.mozdev.org/ - Stylesheet editor for Mozilla
- http://favelets.com/ - For Internet Explorer. Grab the stylesheet favelet to give IE the same functionality Netscape/Mozilla has of being able to change stylesheets on the fly.
- http://www.squarefree.com/bookmarklets/ - absolutely indispensible especially
test styles which lets you see the effects of your css on any web page, from any server, in realtime as you type.
- http://www.cleancss.com/ - CSS compressor with lots of knobs to turn. Will allow you to learn a few things as well.
- Web Developer Extension - The Web Developer extension adds a menu and a toolbar to the browser. It is designed for Firefox, and others and will run on any platform that these browsers support.
Examples
All of the above sites, plus: