Ted Roche wrote: > I've been asked to present a Cascading Style Sheets 101 class: basic > introduction to CSS for programmers. I'm thinking there's > > - basic philosophy: separate presentation from content/structure > - glossary: cascade, inheritance, selector, rule > - application: block v. inline, span v. div, embedded v. inline v. standlone > - digging into selectors and rules > - the CSS box model: content, padding, borders and margins > - the mythical 3-column, 3 row layout: the grail of CSS > > What sort of questions would you like to ask in a basic CSS class? >
What is a handy tool I can use to quickly see/tweak the CSS of live web pages? A: http://chrispederick.com/work/web-developer/
just need to keep reminding myself that editing the in-memory copy is not the source file. and if you reload the page, it re-loads the css, dumping whatever edits you had just done.
Carl K
©2007 Carl Karsten |