1) CODE TITLE: Modular Scroller (Scrollable content script III)
2) AUTHOR NAME/NOTES: jscheuer1
3) DESCRIPTION:
Very loosely based upon Scrollable content script II, this is a modular version allowing for multiple scrollers on a single page and a few added features. Not a truly OO script but, acts like one and has some advantages in ease of configuration for the novice over a fully OO script.
Each scroller individually configurable for width, height, border (width, style and color), side or bottom controls.
Individual Content may be styled in-line. Or styles may be added in the head (see third textarea, bottom of demo page) making use of assigned class name and id. A mixture of the two can be used.
The id configured for each scroller is assigned to the content division as an id and as a class name to its container division. The table containing the scroller's controls has this class name also. This allows for access to virtually all the scroller's elements for styling purposes. None of the Demo stylesheet styles are required.
Features a polling function to retrieve content text to the scroller bodies should it disappear due to text resizing.
4) URL TO CODE: http://home.comcast.net/~jscheuer1/side/index_side.htm
or, ATTACHED BELOW (see #3 in guidelines below):



Reply With Quote


Bookmarks