home *** CD-ROM | disk | FTP | other *** search
INI File | 1998-12-18 | 1.4 KB | 51 lines |
- [Applet Details]
- AppletName=Rollover 1
- Size=[VARIABLE];100,100
- Desc=This plugin does rollovers
- PluginAuthor=Daniel Walters
- PluginAuthorEmail=danielw@beam.com.au
- AppletAuthor=Daniel Walters
- AppletAuthorEmail=danielw@beam.com.au
-
- [Button 1]
- Parameter=GENERATE:name
- Desc=Enter the name to reference the image.
- Type=HIDDEN
- Name=Text to scroll.
-
- [Button 2]
- Parameter=IMAGE_SIZE_XY:upimage
- Desc=Select the image to be displayed when the mouse is NOT over the rollover.
- Type=IMAGE
- Name=Text to scroll.
- Default=img_up.gif
-
- [Button 3]
- Parameter=dnimage
- Desc=Select the image to be displayed when the mouse is over the rollover.
- Type=IMAGE
- Name=Text to scroll.
- Default=img_dn.gif
-
- [Button 4]
- Parameter=alttext
- Desc=Select the text to be displayed as a tool tip when the mouse is over the rollover.
- Type=STRING
- Name=ALT Text.
- Default=Splash
-
- [Button 5]
- Parameter=URL
- Desc=Select a URL link with this rollover.
- Type=URL
- Name=URL Link
- Default=http://www.gosplash.com
-
- [Include Block]
- setup
-
- [Head Block]
- theimage['$$$GENERATE:name$$$'] = new Preload("$$$IMAGE_SIZE_XY:upimage$$$", "$$$dnimage$$$");
-
- [Main Block]
- <a href="$$$URL$$$" onMouseover="dn('$$$GENERATE:name$$$')" onMouseout="up('$$$GENERATE:name$$$')"> <img src="$$$IMAGE_SIZE_XY:upimage$$$" name="$$$GENERATE:name$$$" alt="$$$alttext$$$" width=$$$(PLUGIN_SIZE_X)$$$ height=$$$(PLUGIN_SIZE_Y)$$$ border=0></a>