PDA

View Full Version : Tool Tip Help


arnab_deb
01-05-2002, 10:44 AM
Hi

I have a problem with displaying the tool tip for an image.

If I use the alt="" in the <img>, then can I set the duration for which the tool tip will be displayed?

The workaround for this would be to put the tool tip text in a <div> and make its style visible or invisible on mouse over and mouse out respectively.

What if I use the alt property and want to set the duration of display?Can I do it?

Thanks
Arnab.

scoutt
01-05-2002, 12:56 PM
you want to do soemthing the browser is already built to do. the alt="" in the image tag already does that. it works on mouseover and mouseout, it shows when mouse over and dissappears on mouseout, also goes away after 10 seconds or so by itself.

Jon Hanlon
01-06-2002, 05:22 PM
No, you can't set the duration of the display.