I have a style rule I want to apply to a tag when it has two classes. Is there any way to perform this without JavaScript? In other words:

<li class="left ui-class-selector">

I want to apply my style rule only if the li has both .left and .ui-class-selector classes applied.

3 Answers
3

Leave a Reply

Your email address will not be published. Required fields are marked *