Outside of manipulation scripts and having read a few chapters from the book on JavaScript that I just purchased, I am a novice when it comes to JavaScript, so please forgive me if I happen to misuse some terminology when asking this question.
The Problem: Until I can create my own, does anyone know of a script or tutorial that will create a popout window when a user hovers over a link?
When a user hovers over a link, I would like a window to popout that provides some additional information (i.e. text and a couple of links) about the links before they make a selection. When they mouse off of the link, it disappears.
View the Effect: It can be viewed at
http://www.amazon.com and selecting the "See all 41 Product categories at the top of the page.
While I find the intellitext ads to be annoying, I do like the pop out windows that they have created. Is this created with JavaScript? Example in the middle of the page:
http://webscripts.softpedia.com/scri...ows-13721.html
Thank you in advance for any insight or assistance that is provided.