| 
				
				EPUB3 - Float audio pane with page turns
			 
 
			
			Here's the dilemma.  I embedded an .mp3 file into each chapter of my EPUB3 ebook, so the reader can read along while listening to a narrator read the chapter as well.
 Alas, as the pages turn, that <audio> pane sticks to the first page of the chapter, so pausing it isn't easy at all.
 
 My initial thought was to use something like "position:fixed;" for the <audio> tag but I don't know if that's an acceptable solution.  How would I go about this problem?
 
 Thanks!
 |