Callouts
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
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
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
Add the following function override to HeadJS: function resetscrollpane{}
Thu, 15 Aug, 2013 at 3:32 PM
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
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
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