COGNOiSe.com - The IBM Cognos Community

IBM Cognos Analytics Platform => Cognos Analytics => Reporting => Topic started by: Pratap Reddy on 05 Feb 2018 04:28:37 AM

Title: Tool tip with background color
Post by: Pratap Reddy on 05 Feb 2018 04:28:37 AM
Hi,

HTML Item1 - <div title="
HTML Item2 - change the source type in HTML Source to data item value and Dataitem value to Data item.
HTML Item3 - ">
HTML Item4 - </div>

its working fine as per the above code but when i'm trying to add background color using class and with name tooltip as label name or using style with back ground color it not working.

1. style="background-color: blue"

2. .tooltipbcgrnd {
    background-color: blue;
    }

Thanks in Advance.