$
var PolyCol = article.value('poly-col', '');
var PolyColHov = article.value('poly-col-hov', '');
var TooltFontz = article.value('toolt-fontz', '');
var TooltCol = article.value('toolt-col', '');
var TooltBg = article.value('toolt-bg', '');
var headstyle = "";
headstyle += 'polygon {';
headstyle += 'fill:' + PolyCol + ';';
headstyle += ' stroke:' + PolyCol + ';';
headstyle += ' -webkit-transition:all .1s ease-in-out;';
headstyle += ' -o-transition:all .1s ease-in-out;';
headstyle += ' transition:all .1s ease-in-out;';
headstyle += '}\n';
headstyle += 'polygon:hover {';
headstyle += 'fill:' + PolyColHov + ';';
headstyle += ' stroke:' + PolyColHov + ';';
headstyle += '}\n';
headstyle += 'svg:hover {';
headstyle += '-webkit-transition:all .1s ease-in-out;';
headstyle += ' -o-transition:all .1s ease-in-out;';
headstyle += ' transition:all .1s ease-in-out;';
headstyle += '}\n';
headstyle += '.poly-action {';
headstyle += 'cursor:pointer;';
headstyle += '}\n';
headstyle += '.imgmapTooltip {';
headstyle += 'position: relative; z-index: 10000;';
headstyle += 'font-size:' + TooltFontz + ';';
headstyle += ' color:' + TooltCol + ';';
headstyle += ' background-color:' + TooltBg + ';';
headstyle += ' border-radius: 2px;';
headstyle += ' padding:2px 8px;';
headstyle += '}';
system.addHtmlHeadElement("
Die Tooltips sind in Zeta Producer nicht zu sehen. Bitte wechseln Sie hierzu zur "Browser-Vorschau"