The purpose of this plugin
is to allow the use of a png graphic in a coolTip popup
for Windows IE versions 5.5 and/or 6.0. It employs the method
described in http://homepage.ntlworld.com/bobosola.
This plugin does not handle the special requirements for imagemaps
and input images (see the above reference for information on
how to handle these types of images.) This plugin has no effect
when used in a browser that is not either version 5.5 or 6
of IE. Windows IE versions prior to 5.5 do not support
the filter that fixes the PNG problem.
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="cPngFix.js"></script>
You only have to make sure that the cPngFix.js module
is loaded after the core module.
Download this
module as a zip file. |