Posted: 10/11/2011
Hi,I want to show tooltip when someone hovers the span element. Here is my code:
<span class="text">This is my text<span>
Hi Peter,
you can use Title attribute to show tool tip.
<span Title="this is tool tip"> This is my text </span>