Quote:
Originally Posted by JSWolf
If you do the div with copy, there's still copy to be used with p and they are the same class. So I would need p.copy and div.copy for exactly the same thing when I could use .copy for both.
|
In that case, I'd change my selector to "div.copy, p.copy", to make it clear that it's a class intended for divs and ps. But hey, this is mostly a matter of taste and workflow.