frances wrote:
 > Does anyone know of experienced css users creating or suggesting naming
 > standards for classes and IDs?
 >
 > Thanks for your help!
 > -frances


The best theory, I believe, is to keep names, especially class names, 
related to their function, as opposed to description.

So if your orange text is used for emphasis, give it class .emphasis (or
even better, apply them to the em element).

Descriptive use of id and class names isn't best practice, precisely 
because it ends up confusing.

On the other hand,
.orangetext{font-color:orange;}
is pretty clear.

Regards,
Barney
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to