I\'d like to tell the browser to assign certain CSS classes to elements matching a particular selector. Can I do it with pure CSS and if yes, how?
Example: I want al
No, you can't. You can however use Javascript (jQuery recommended) to achieve this effect.