View Single Post
Old 11-01-2014, 05:19 AM   #10
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,557
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
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.

Last edited by Jellby; 11-01-2014 at 05:22 AM.
Jellby is offline   Reply With Quote