<div dir="ltr"><div>Hi,</div><div>  I have a case where I have to apply differential styles to two sets of images based on a substring in the href attribute. To give the use case:</div><div><ul><li>  Use case 1 - Apply a certain style to a image element with href containing the images folder - I can easily do this as <br>
</li></ul></div><div>  <span class="" style="white-space:pre">                                </span>image[href*="images/"]{</div><div>  <span class="" style="white-space:pre">                                </span>    /* Apply style here */</div><div>  <span class="" style="white-space:pre">                               </span>}</div>
<div><ul><li>  Use case 2 - Apply a different style to anything not fulfilling the above criteria - how would I do a "not equal to" to test for hrefs not containing the "images" sub string?<br></li></ul>
</div><div><br></div><div>  Is this possible using Oxygen CSS? Sorry if this might be an obvious question to someone used to CSS, I am a total CSS newbie. </div><div><br></div><div>Thanks a bunch!</div><div>Nathan</div></div>