I would like to do something similar for an HTML document or PDF. How should I go about implementing this feature?
A:
For an html document, I'd look into doing some simple javascript/css coding.
Jason
2010-06-28 01:06:51
How would you write something like that in javascript? iBooks uses epub which is based in html right?
Lisa
2010-06-28 04:10:12
Yes epub is based on XHTML 1.1As far as coding, checkout:http://eriwen.com/javascript/highlight-search-results-with-js/for some basics. (I haven't tried the code in that page but at a quick glance it looks like it will work)
Jason
2010-06-28 05:15:24