This is a migrated thread and some comments may be shown as answers.

how to change the border of a toolptip??

1 Answer 31 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ithihas
Top achievements
Rank 1
ithihas asked on 20 Apr 2012, 12:33 PM
pls help me............................

Thankssssssssssssssss

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 20 Apr 2012, 12:59 PM
Hello Pradeep,

Try setting the following CSS.
ASPX:
<telerik:RadToolTip runat="server" ID="testTooltip"></telerik:RadToolTip >
CSS:
.RadToolTip
{
 border : 6px Solid Red !important;
}
   </style>

Thanks,
Shinu.
Tags
General Discussions
Asked by
ithihas
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or