View Single Post
Unread 01-23-2008, 01:33 AM
Admin
Posts: n/a
  #2  
Default

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.
Reply With Quote