Not sure what you mean. There are a few options you could try. First you could use the title tag on an html element
Code:
<a href="somepage.html" title="Go to somepage">Some where</a>
Or you could try to do an onmouseover and onmouseout event to open / close a div.