<style type="text/css">
.style1
{
width: 400%;
}
</style>
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<div>
<table id="tblOption" class="style1">
<tr>
<td style="color: #808000">
<asp:Image ID="Image2" runat="server" src="images/PT2.bmp" />
</td>
</tr>
</table>
</div>
<telerik:RadToolTip ID="RadToolTip1" runat="server" ManualClose="True"
Position="TopRight" RelativeTo="Element" Skin="Hay" TargetControlID="Image2"
Title="Display Image with Tooltip<br>ddddddddddddddddddd<br>dddddddddddddddddd"
Animation="Slide" Sticky="true" OnClientBeforeShow="false" >
<%-- <telerik:RadToolTip ID="RadToolTip1" runat="server" ManualClose="True" OnClientShow="OnClientShow"
Position="TopRight" RelativeTo="Element" Skin="Hay" ShowEvent="OnMouseOver" TargetControlID="Image2" Text="Psychology Cardiologistggggghhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh">--%>
</telerik:RadToolTip>
</form>
<script type="text/javascript" language="javascript">
function OnClientShow(sender, args)
{
var contentElem = sender.get_contentElement();
contentElem.scrollTop = 0;
}
</script>
</body>
-----------------------------
Hi, once check it
maninaanee-8287, if this helps please login to Mark As Answer. | Alert Moderator