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

Position of ManualClose [x]

1 Answer 75 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Julie Gephart
Top achievements
Rank 1
Julie Gephart asked on 16 Sep 2009, 08:48 PM
Ok, this is making me feel like a big dummy, because after searching apparently nobody else has ever had this problem.  When I try to use HideEvent="ManualClose" with my tooltips, the [x] for closing the tooltip appears on top of the tooltip text, hiding some of the text. What simple thing am I missing here?  If it matters, I am using the Office2007 skin and not specifying a fixed height, since the length of text can vary.

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 23 Sep 2009, 08:36 AM
Hello Julie Gephart,

This is a problem with the current rendering of RadToolTip. You may fix it by adding top padding to the content element of the control like this:

.rtWrapperContent
{
 padding-top: 12px !important;
}


Regards,
Martin Ivanov
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
Julie Gephart
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or