I'm new to JavaScript, but would like to include some basic functionality on
a web page. Any help is appreciated.
I use Dreamweaver MX and want to call a simple JavaScript function
onMouseOver on a hotspot in an image. When the user mouses over the
hotspot, a window opens; and when he mouses out, the window closes. There
are several hotspots in the image, and each one needs to have different text
associated with it. So each hotspot brings up a window with different
text - sort of like the Alt tag, or a tool tip. Is this very complicated to
code?
Thanks in advance.
a web page. Any help is appreciated.
I use Dreamweaver MX and want to call a simple JavaScript function
onMouseOver on a hotspot in an image. When the user mouses over the
hotspot, a window opens; and when he mouses out, the window closes. There
are several hotspots in the image, and each one needs to have different text
associated with it. So each hotspot brings up a window with different
text - sort of like the Alt tag, or a tool tip. Is this very complicated to
code?
Thanks in advance.
Comment