| |
XRAY.HTML
With the aid of DHTML, you can create playful web pages where the content changes
as someone moves the mouse pointer around.
This is accomplished by superimposing the content of two divs, and making one
invisible by clipping it. Then the mouse move handler is modified to create
a clip region depending on the location of the mouse pointer. This can create
the impression that there is an x-ray being directed at the web page, revealing
hidden content.
|
|
|
|