Vertical Text Scroller |
VertTextScroller.zip This applet is freeware. To use the applet on your site, save the zip file by right clicking and use the 'save link as' option, then unzip the file and put the class file in the same directory as your HTML file. A sample HTML file is included in the zip file. To customize the applet for your site, follow the procedures below. |
|
Required global parameters:
Change the width and height to indicate the size of the applet. numberOfLines
background
black blue cyan darkGray gray green lightGray magenta orange pink red white yellowscrollDelay This controls the speed of the scroll, the lower the number the faster it scrolls. lineSpace
linkFrame
_self - load in current frame. _parent - load in parent frame. _top - load in topmost frame. _blank - load in new unnamed top-level frame.linkColor This controls the color of the hyperlinked line when clicked. Colors supported are the same as background. Required default parameters:
This is the default text size for each line. lineDefault
colorDefault
fontDefault
Dialog Helvetica TimesRoman CourierstyleDefault This is the default font style for all lines. Use one of the following below: PLAIN ITALIC BOLDlinkDefault This is the default URL for all lines (the default is usually blank). Enter as a standard URL: http://www.geocities.com/SiliconValley/Bay/6879pauseValueDefault This is the default pause value for all line (the default is usually zero). lineOffsetDefault
Optional parameters (controls each individual line):
for example: To change the default text for the first line,
use the parameter 'line1':
|