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

Radtooltip Tail

1 Answer 64 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Muhammad Imran
Top achievements
Rank 1
Muhammad Imran asked on 25 Nov 2009, 12:34 PM
Hi

I want to implement big tail with tooltip at this time tail is very small can any body help?

Thanks

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 30 Nov 2009, 08:56 AM
Hello Muhammad,

The callout of the tooltip is actually an image and thus in order to make it bigger, you should prepare your own image and set it to be used instead of teh default one. In order to set your own image, you should use the following style:

<style type="text/css">
  
.rtCallout
{
   background-image: url(myImage.gif) !important;
}
  
</style>

Note, that you should use the keyword !important in order to give a higher priority to your CSS and to prevent it to be overridden by the default.


Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ToolTip
Asked by
Muhammad Imran
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or