Webmaster

DHTML : Customised pop-up information boxes
Contents ]
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!




  1   2   3   4   5   6   7