CSS Resources
Changing your CSS files on the fly
Mozilla does a great CSS Developer plug-in that allows you to change the CSS files on the Fly
Plugin
https://addons.mozilla.org/en-US/firefox/addon/60 great CSS Developer plug
Mozilla
http://www.mozilla.com/en-US/ Mozilla Download if you dont have it
A great CSS book here called THE CSS ANTHOLOGY 101 Essential Tips Tricks and Hacks
http://www.euphorish.com/2007/07/02/html-css-article-overview-lay-out/
How to use Web Developer CSS
open your Mozilla Browser (forget winddoze browsers) locate
TOOLS » Web Developer » css » edit css
Now at the bottom of the browser you should see a CSS panel
This will list all the CSS files called into that particular page of you store
select which files contents you need to change IE boxes.css menu.css etc
cut all the css out of boxes.css and watch what happens the page in the browser will render with no Style
refresh the browser and it all comes back
The following is a list of CSS resources for those wanting to polish their skills:
http://www.westciv.com/style_master/academy/css_tutorial/ (the number one guide to CSS)
http://www.w3.org/Style/CSS (and the boring docs, but nevertheless... some good detailed info here)
http://www.nypl.org/styleguide/ (XHTML and CSS guide)
http://www.htmlhelp.com/reference/css/ (another CSS guide)
http://www.sitepoint.com/article/css-5-building-skeleton/2 (HTML Utopia: designing without tables [free chapter])
http://en.wikipedia.org/wiki/Cascading_Style_Sheets (It’s Wikipedia man!)
http://www.dezwozhere.com/links.html (tons more resources)
http://www.mezzoblue.com/zengarden/resources/ (even more resources [may be some duplicates])
German Sites |
http://de.selfhtml.org/css/index.htm
http://www.css-technik.de/ (Zahlreiche Tutorials)
http://barrierefrei.e-workers.de/ (e-workers: Arbeiten mit CSS - Webdesign ohne Barrieren)
http://www.jendryschik.de/wsdev/einfuehrung/ (Jendryschik: Einführung in XHTML, CSS und Webdesign)
http://www.css4you.de/ (Pehlgrim: CSS 4 You - The Finest in Stylesheets)
http://www.style-sheets.de/ (Wenzel: Cascading Style Sheets)


