View Single Post
Old 02-21-2013, 02:20 AM   #2
dgatwood
Curmudgeon
dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.dgatwood ought to be getting tired of karma fortunes by now.
 
dgatwood's Avatar
 
Posts: 629
Karma: 1623086
Join Date: Jan 2012
Device: iPad, iPhone, Nook Simple Touch
At one point, I wrote a scrolling-style EPUB reader entirely in JavaScript as a Safari extension (mainly as a gag and to prove that it could be done), and except for the fact that it took many, many seconds to unzip the ZIP file, it did actually work, mostly.... But for your sanity, I don't recommend that approach.

I'd go with something much simple. For each source HTML page, create a static copy of that page in which you throw the book's TOC into a div and float it left, and throw the source HTML page into another div with a wide left margin.
dgatwood is offline   Reply With Quote