Hi,
I have the following code:
<span id="spanBasketHelp" class="help"><a id="aBasketHelp" href="#" title="Click for Help" accesskey="h">Help</a></span></h2> | |
<telerik:RadToolTip ID="radHelpToolTip" runat="server" | |
width="300px" | |
ShowEvent="OnClick" | |
RelativeTo="Element" | |
Animation="Resize" | |
TargetControlId="aBasketHelp" | |
IsClientID="true" | |
Sticky="true" | |
Position="TopLeft" | |
Skin="Web20" > | |
<div>Your Basket is like a real basket in a store. It contains all the items you have selected for purchase. As you add things to your Basket, your total will be updated so you always know exactly how much you are spending."</div> | |
</telerik:RadToolTip> |
I would expect the contents of the <div> to appear within the ToolTip, but all I get is the Title of the anchor ("CLick for Help") INSIDE the bubble.
Any ideas? I would like to implement some rich formatting within the bubble.
And by the way, your web site is extremely slow.