The purpose of this plugin module
is to provide support that will allow an coolTip popup
to fade in/out on invocation. This feature is presently
supported only in IE (PC version only), Netscape 6/7/Mozilla,
and Safari on the Mac. If any of the commands introduced
in this module are used in another browser (i.e., Netscape
4.x, Opera 6/7, or IE on a Mac) they are disabled. An opacity
of 100% signifies that the popup is not transparent while
an opacity of 0% signifies that it is totally transparent.
To include this support module just place the following
statements in the HEAD section of your document:
<SCRIPT TYPE="text/javascript" SRC="cCore.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" SRC="cFade.js"></SCRIPT>
You only have to make sure that the cFade.js module
is loaded after the core module.
Download this
module as a zip file. |