Hi,
Is there an easy way to create a CSS style to set the width and height of a RadToolTip?
Currently I am setting them as part of the declaration (see below) of the RadToolTip, but would like to make it easier to maintain with a single style.
Thanks,
Is there an easy way to create a CSS style to set the width and height of a RadToolTip?
Currently I am setting them as part of the declaration (see below) of the RadToolTip, but would like to make it easier to maintain with a single style.
<
telerik:RadToolTip Title="Help" runat="server" ID="RadToolTipPassword" HideEvent="ManualClose"
ShowEvent="OnClick" TargetControlID="imgPassword" IsClientID="false" Width="150" Height="300" />
Thanks,