Is there example of how to add a tool tip to something like this?

<div class="overlay" id="overlay2"> 
<a class="player" href="http://localhost/xxxxx/<?php echo $vid2 ?>">
   
 </a>
 </div>

I'd like to use tooltips for the descriptions when a user hovers over a button...Suggestions?