Code:
<HTML>
<HEAD>
<TITLE>Scrolling Text Demo</TITLE>
<STYLE>
<!--
body {
margin: 0px;
scrollbar-face-color:#000000;
scrollbar-arrow-color:#D2D7E3;
color: #FFFFFF; font-family:
Tahoma; font-size: 10pt;
background-color: #000000 }
-->
</STYLE>
</HEAD>
<BODY>
<DIV style="width: 700px; height: 521px; z-index: 1;" id="main">
<IMG border="0" src="webbackgroundfordemo.jpg" width="700" height="521">
<DIV
style="position: absolute;
width: 187px; height: 492px;
z-index: 2; left:25px; top:23px;
OVERFLOW: auto;"
id="scrollingText">
<P>hello</P>
<P>this</P>
<P>is</P>
<P>a</P>
<P>demo</P>
<P>to</P>
<P>explain</P>
<P>scrolling</P>
<P>text</P>
<P>on</P>
<P>a</P>
<P>page</P>
<P>please</P>
<P>visit</P>
<P>4thorder(TM)</P>
<P>Code Snippets</P>
<P>and</P>
<P>Full Scripts</P>
</DIV>
</DIV>
</BODY>
</HTML>