Mouseout example one |
Called by
the statement return overlib('Mouseout example #1',STICKY,
CAPTION,'Mouseout Test',NOCLOSE) |
Mouseout example two |
Called by
the statement return overlib('Mouseout example #2',STICKY,
NOCLOSE) |
Mouseout example three |
Called by
the statement return overlib('Mouseout example #3',STICKY,
CAPTION,'Mouseout Test',CLOSETEXT,'Close') |
MOUSEOFF example four In this
example (kindly provided by Dennis Sandow), the popup disappears in 5 seconds,
UNLESS the cursor is already in the popup. If so, the TIMEOUT is disabled, and
the popup stays lit until the cursor moves out. As usual, mousing over any
other popup will also hide this popup, |
Called by
the statement return overlib('Mouseout example #4', CAPTION,'Mouseout
Test',NOCLOSE,STICKY,TIMEOUT,5000) |
|
These
examples use overlib.js(v4.17) |
|