Quote:
Originally Posted by p_nut33
How can I create links within my ebook that will display an overlay/panel/pop-up on kf8? I was able to do this using <div> and css on ePub format but porting it with Kindle Previewer lost me those functions.
I was reading the new specifications for kf8 and it mentions side bars and call outs.
These books have to be reflowable, not fixed.
Can it be done? Thanks
|
You mean javascript pop-ups? As you would use for, say, footnotes in ePUB3?
If that's what you mean, in reflowable format, it can't be done. You can do "RM" (Region Magnification") for text pop-ups in
fixed-format books, but if you review the specifications for how that works, you'll see why it doesn't work in reflowable books.
Sidebars and call outs are for
floating elements, not pop-up elements. Not the same thing at all. Sorry.
Hitch