Here is the html code that I am working with:
<li><a href="#"><span class="font Berthold-light">1</span>Consectetur adipiscing elit risus.</a></li>
I have successfully replaced the number within the span
using sIFR. However, I would like it to change color when a:hover
is triggered. This is how I would achieve it in CSS:
a:hover span { color: #0fb5ef; }
Is there a way to achieve the same effect using sIFR?