Callouts

How to Add Callouts (popups)
A callout is an area on your page where the reader mouses over or clicks and a popup box emerges containing HTML content. The callout can contain text, imag...
Mon, 26 May, 2014 at 7:06 PM
How to change the callout border and shadow
You can change the callout wrapper border by overriding the default style in HeadCSS: .calloutWrap {     -moz-box-shadow: 5px 5px rgba(64,64,64,0.5)...
Thu, 15 Aug, 2013 at 3:32 PM
How to adjust the callout content style
You can change the callout content style by overriding the default style in HeadCSS: Callout margins: .calloutContent{margin:30px 15px 15px 40px}   Ca...
Thu, 15 Aug, 2013 at 3:32 PM
How to disable the scroll in a callout
Add the following function override to HeadJS: function resetscrollpane{}
Thu, 15 Aug, 2013 at 3:32 PM
How to get a callout to go across a double page spread
Sometimes you may want a callout to go over two pages. This does not appear possible as each callout is contained with the page it is drawn on. It is possi...
Thu, 15 Aug, 2013 at 3:32 PM
Callout appears then disappears on mouse over
If the content for the callout is longer than the size of the callout and the hotspot is below the callout, sometimes the callout will appear then disappear...
Thu, 15 Aug, 2013 at 3:32 PM
How to add a close button to a callout
This can be added in the html section of the callout, generally you would want to add this code above the text so it shows up at the top right hand corner o...
Thu, 6 Dec, 2018 at 4:48 PM