div#day_dreaming_in_css {
browser-family: safari, firefox, IE7, opera, kitchen-sink;
}When I code the CSS for a site, I use an editor that allows me to see about 90 percent of my changes live in its own browser area, has built-in code validation, indenting and features beyond what I’ve had time to play with. It really speeds up the process, and I appreciate the finished CSS as it’s so much better than the ragged code I was creating a few years ago.
At the same time I’m coding the CSS, I have EE open in another window so I can add new divs as needed and add comments in the cool
{!-- hidden comments --}tags that Paul created for us a few years ago. On a good day, I’ll even hand-code in some weblog tags so I can sample some of the basic dynamic content while coding my CSS.