I'm using a modified 'ToolTipSprites.png' in my project.
All of the horizontal sprites show correctly, but the close button is not showing. I did not modify the size/dimension/position of the close button in the sprite, only the color.
I've tried modifying the CSS, and have gotten some interesting results:
That will change the background color of where the close button will be, no problem. But when I attempt to add the png
I get nothing. Any idea on how I can get this class to pick up?
All of the horizontal sprites show correctly, but the close button is not showing. I did not modify the size/dimension/position of the close button in the sprite, only the color.
I've tried modifying the CSS, and have gotten some interesting results:
div.RadToolTip_CBToolTip a.rtCloseButton
{
background-color: #66a2cc;
}
That will change the background color of where the close button will be, no problem. But when I attempt to add the png
div.RadToolTip_CBToolTip a.rtCloseButton
{
background-image : url('ToolTip/ToolTipSprites.png');
}
I get nothing. Any idea on how I can get this class to pick up?