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

Rad Tool Tip Css Does Not Work

1 Answer 84 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Diego
Top achievements
Rank 1
Diego asked on 03 Apr 2012, 11:23 PM
Hello People, good night, when  I try to use RadToolTip with Shadow seted to true, the control show us the following as you see in image attached.

The border top is working wrong. Someone who could help me with this task?

Best Regards

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Apr 2012, 09:23 AM
Hi,

I tried to set shadow to the RadToolTip by overriding the default css as follows.

ASPX:
<telerik:RadToolTip ID="RadToolTip1" runat="server" TargetControlID="ControlID" Text="Tooltip">
</telerik:RadToolTip>

CSS:
<style type="text/css">
  div.RadToolTip_Default
    {
      box-shadow: 0 0 10px #888888 !important;
    }
</style>

Please provide your code if it doesn't helps.

Thanks,
Princy.
Tags
ToolTip
Asked by
Diego
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or