65.9K
CodeProject is changing. Read more.
Home

A Simple Vertical News Scroller

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.45/5 (15 votes)

Mar 29, 2004

viewsIcon

123823

downloadIcon

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 &quot;news&quot;.

Sample Image - News_Scroller.jpg

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.