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

tooptip wrapper

1 Answer 87 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Jason Lee
Top achievements
Rank 1
Jason Lee asked on 28 Nov 2008, 10:26 AM
Dear Sir,

There is a tooltip wrapper which wraps my content.
The problem is my content is only an image which height is 120px, but my tooltip's height is 150px  ( 120px + 15px(wrap top hieght) + 15px(wrap bottom height)
How can I change the height of top and bottom wraper's?  moreover, right and left ...
thank you

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 02 Dec 2008, 08:37 AM
Hello Jason,

As far as I understood, you want to remove the space between the content and the border of the tooltip. If so, please try including the following CSS:

div.radtooltip_Default .ToolTipLeftMiddle,  
    div.radtooltip_Default .ToolTipRightMiddle  
    {  
        width0px !important;  
    }  
    div.radtooltip_Default .ToolTipTopCenter,  
    div.radtooltip_Default .ToolTipTopLeft,  
    div.radtooltip_Default .ToolTipTopRight,  
    div.radtooltip_Default .ToolTipBottomCenter,  
    div.radtooltip_Default .ToolTipBottomLeft,  
    div.radtooltip_Default .ToolTipBottomRight  
    {  
        height0px !important;  
        line-height:0px !important;  
    } 

In case you are using skin different than the default one, please just remove the Default word with your actual skin name.

In case this is not what you meant, please provide additional information or best - open a new support ticket and send me some screenshots along with a sample reproduction project.


Sincerely yours,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolTip
Asked by
Jason Lee
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or