[thelist] Layer Based Text Scrollers

Sam-I-Am sam at sam-i-am.com
Fri Sep 26 13:48:17 CDT 2003


Tim wrote:
> Hi,
> I'm looking for a really solid text scrolling script that works across *most* browsers/platforms.
> I'm not talking about the marquee type scrolling but the vertical scrolling (with "up & down" buttons) that mimics the Flash interface. The client has specifically requested that we don't use Flash.
> 
> Also looking for advice/opinions on the value of this type of script from a GUI point of view.
> 
> Thanks,
> Tim

will a fixed-size div, overflow: auto, and scrollbar styling 
(scrollbar-base-color and related css properties) work for you? Life is 
much simpler if you can do it all in css without getting javascript 
involved - for this kind of thing.

Sam



More information about the thelist mailing list