Best books about Javasript
|
JavaScript Text Marquee Vertical
See
the following effect. It is easy to change color or add links to
the rolling up text.
How
to do it?
Put a configured marquee in a defined <div>. Set proper property
for marquee tag. Just put the following code to your web page and
you will get dynamic text
<div
id="style=" width:200px; height:49px;
z-index:51; overflow: visible">
<marquee height=100 behavior=loop direction=up scrolldelay=4 scrollamount=1>
<table width="100%" border="0" height="20">
<tr>
<td height="120">
<div align="left">
<FONT COLOR=0000ff size=2><a href="http://www.kidslovepc.com"><strong>★★www.kidslovepc.com★★</strong></a></FONT><br>
<br>
<span class="style1"><FONT size=2>JavaScript Sample Code</span><br><br>
<span class="style2"><FONT size=2>PHP tutorial and Example<br></span><br>
<span class="style3"><FONT size=2>Java Swing Real Samples</span><br><br>
<FONT size=2>Song Lyircs<br><br>
<span class="style4"><FONT size=2>Free Web Site Template<br></span><br>
<span class="style6"><FONT size=2>ASP tutorial</span><br><br>
<span class="style5"><FONT size=2>Ringtones</span><br><br>
</td>
</tr>
</table>
</marquee> </div>
|
|