Question:
I want to have an image pop up, like a tool tip, when I hover over specific text. Is there any way to do this with DHTML or Javascript?
Answer:
Put that image in a DIV, and set the DIV to be hidden. When you hover over the text, use mouseover to set the DIV to display.