At 10:29 AM -0500 2/29/08, Andrew Ballard wrote:
Let's just get all purist and go back to the class="highlight" so we
don't find ourselves a year later with a stylesheet that includes

.red {
    color: green;
}

That's much less likely than:

.thisIsFridaysColor
   {
    color: green;
   }

The point is to use css classes and ids to be semantic.

Cheers,

tedd


--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to