DHTML : Customised pop-up information boxes
Dr Benton
Final Touches
When the mouse pointer is moved away from an image, the relevant info box must be hidden. We just need to call up the
kill() function:
56: function kill()
57: {
58: skn.visibility = "hidden";
59: }
That's it! Now you can admire
the result!