Hello,
Is it possible to apply a style to a div that has exactly two CSS
Classes?
<div class="A B">Test 1</div>
<div class="A">Test 2</div>
I want to change the background color of the first div because it has
classes A and B applied.
I need to be able to create like a composite class ... I think this is
not possible. Just checking.
Thanks,
Miguel
Is it possible to apply a style to a div that has exactly two CSS
Classes?
<div class="A B">Test 1</div>
<div class="A">Test 2</div>
I want to change the background color of the first div because it has
classes A and B applied.
I need to be able to create like a composite class ... I think this is
not possible. Just checking.
Thanks,
Miguel
Comment