Some ways to display texttual tooltips for links on your web pages.
Tooltips are positioned to the right or top of the trigger element, or follow the mouse. The tooltip text is taken from the trigger element's TITLE attribute - or you can optionally provide your own text (as html).
The code displays tooltip that float from left to right when visitors move mouse over link.
The code uses filters effect to links when visitors move mouse over it.
This JavaScript will scroll text JavaScript link when visitors move mouse over it.
This example shows and hides layers that are all initially set to the sametop and left positions. As you scroll down the page and click on links, the layers show at the same relative window location, the top position being adjusted according to the amount of scroll.
A relative-positioned div is placed in the right column. When the user hovers over a link, the amount of scroll is determined. That amount is used in calculating the vertical position of the write-layer so that it always appears at the same relative location in the window.
The location of the mouseover event is used to locate the layer's top position. The left position is set in the original style specifications and remains constant.