I shy away from using ids and classes like .red or .bright simply because at
some point I may need to change the colours and then will have to change the
name too ie

.red {
color: red;
}

better:

.warning {
color: red;
}
______________________________________________________________________
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