Hi, the following works:
.errorTip
{
color: #FFFFFF;
/*fontSize: 11;*/
fontWeight: "bold";
shadowColor: #000000;
borderColor: #0000FF;
borderStyle: "errorTipAbove";
paddingBottom: 4;
paddingLeft: 4;
paddingRight: 4;
paddingTop: 4;
}If I un-comment fontSize, the font gets bigger but the tooltip text gets outside of the tooltips 'area'. Ie text length is 200 pixels and tooltips area 150 pixels... Is the tooltip's area calculations hardcoded to font size 9? Fotis

