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

Close button shows on top of text

3 Answers 120 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Robert Vreeland
Top achievements
Rank 1
Robert Vreeland asked on 04 Apr 2008, 02:39 AM

I have a tooltip specified as below.  When I click the image and the tooltip opens it looks and works great except for one thing.

The close icon (x) shows in the upper right corner hiding part of the text.  Basically the text takes up a couple of lines and goes from the far left to the far right and the upper right corner of the text is partially hidden by the icon.

How can i fix this so that it doesn't appear on top of the text?


<

telerik:RadToolTip ID="RadToolTip2" runat="server" ManualClose="true" Width="150px" ShowEvent="OnClick" IsClientID="true" Skin="Vista" Sticky="true" Animation="Resize" ShowDelay="0" RelativeTo="Element" TargetControlID="Popup2" Text="Submitted setups only. If you supply a reference#, all other search criteria will be ignored." /><img id="Popup2" class="imgvertcenter" onclick="return false;" alt="Click for more information." hspace="3" src="/global/images/icons/icon_moreInfo.gif" style="height:16px;width:16px;border-width:0px;cursor:hand;" />

3 Answers, 1 is accepted

Sort by
0
Robert Vreeland
Top achievements
Rank 1
answered on 04 Apr 2008, 02:53 AM
I noticed this doesn't occur with the default skin....but it does with the vista skin which i'd like to make use of.
0
Accepted
Martin
Telerik team
answered on 04 Apr 2008, 11:06 AM
Hello Robert Vreeland,

Please, set the following css in the <head>...</head> section of your webpage:

<

style type="text/css">
.radtooltip_Vista.visiblecallout
.ToolTipTopCenter
{
    height: 22px !important
;
}
</style>

This will fix the problem.

Kind regards,
Martin Ivanov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Robert Vreeland
Top achievements
Rank 1
answered on 04 Apr 2008, 07:30 PM
Thanks.  That solved the problem!
Tags
ToolTip
Asked by
Robert Vreeland
Top achievements
Rank 1
Answers by
Robert Vreeland
Top achievements
Rank 1
Martin
Telerik team
Share this question
or