PDA

View Full Version : How does Vertex do it?


VxJasonxV
01-24-2003, 07:05 PM
Heya. That tooltip text that pops up when you run over any link on the Vertex CPanel skin.
How is that done? A script of some sort? Or is is a simple tag?

harmonic
01-24-2003, 07:16 PM
javascript

www.dynamicdrive.com has some

VxJasonxV
01-25-2003, 08:31 AM
Are some of the name servers still down?

DynamicDrive failed to be resolved.

akalsey
01-25-2003, 05:16 PM
The simplest way to add a tooltip is to add the title attribute to your link. So your link would read
<a href="somelink" title="This is a tooltip">

If you want to use DHTML to do the popups, I'd suggest Overlib <http://www.bosrup.com/web/overlib/>. It's a free Javascript library for cross platform popups.