Quote:
Originally Posted by Jellby
Without javascript, you can use the :target selector, which will probably not work in ePub readers:
Code:
<a href="#IsaacWoolley">Woolley, Isaac</a> and
<span id="IsaacWoolley" class="hl">Isaac Woolley</span>
.hl:target { background-color: #F99; }
Try it here.
|
wtf! lol Jellby, you pulled that one from hell