The problem is... I've got a site with few links. Links by themselves already tells the meaning of the further content. But I want to add a full description of a content. I had an idea about onMouseOver... If mouse pointer isn't moving for a second I want a "balloon" to open (I guess it is baloon in windows in system tray? ). How should I solve the problem.
basic title tags in your a tag will work but if you want more and fancier then overlib.js sets the "standard". http://www.bosrup.com/web/overlib/
If you want to know more about JavaScript in general, have a look here: http://developer.irt.org/script/script.htm
Thanks for your answers... How should I solve delay... I'd like this popup to be delaied. If mouse doesn't move for 0.5 second than popup should show... Should I check mouse coordinates?