View Single Post
Old 06-02-2015, 06:52 AM   #7
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
In the html a script tag

<title>Demo ePub3 Popups</title>
<script>
function tooltip_open(x) {
document.getElementById(x).style.display="block";
}
function tooltip_close(y) {
document.getElementById(y).style.display="none";
}
</script>

Last edited by roger64; 06-02-2015 at 09:57 AM. Reason: script
roger64 is offline   Reply With Quote