A Simple Vertical News Scroller






3.45/5 (15 votes)
Mar 29, 2004

123823

2958
This is a simple news scroller that makes use of 2 <div> tags and a few lines of code to give that scrolling effect. Since <div> tag is used to hold the content, you may place images, links etc. within the inner <div> tag called "news".
Introduction
This is a simple vertical News scroller that can virtually fit in any site, and can be customized. It uses JavaScript and contains 2 <div>
tags that do the scrolling job. It's designed for IE, but with a little modification will work with NS. Unlike majority of the vertical scrollers, it uses lesser lines of code and can be easily understood by any novice. To customize, you may change the width, height, and background color of the scroller, and also add in Sp.FX
filters to make it more attractive.