8/1/2010 9:29:28 AM
Title:
Style Tooltip
Can we style a the tooltip in an AIR or FLEX Application. ie. can we give it border,background color,textcolor etc.
Can anyone provide with a sample code.
thank you.
8/1/2010 9:01:45 PM
ToolTip
{
backgroundColor: #323232;
backgroundSize: auto;
fontFamily: Georgia;
color: #FFFFFF;
fontWeight: bold;
textAlign: left;
cornerRadius: 5;
shadow-color: #6f6c6c;
fontSize: 10;
}