Library code snippets
News Scroller
By Peeyush Nigam, published on 06 May 2002
<html>
<head><title>News Scroller by PEEYUSH NIGAM.</title>
<body style="font-family:arial;font-size:11">
<STYLE type=text/css>#divNewsCont {
CLIP: rect(0px 230px 105px 0px); HEIGHT: 80px; LEFT: 15px; OVERFLOW: hidden; POSITION: absolute; TOP: 50px; VISIBILITY: visible; WIDTH: 230px;
}
#divNewsText {
LEFT: 0px; POSITION: absolute; TOP: 0px
}
</STYLE>
<script language="javascript1.2">
<!--
var tp=0;
function makeMove(){
var tm=setTimeout("makeMove()",100);
divNewsText.style.top=tp;
tp--;
if(tp==-100){
tp=70;
}
}
//-->
</script>
</head>
<body onload="makeMove()">
<DIV id=divNewsCont>
<DIV id=divNewsText><A href="http://www.avenues-india.com">Avenues India </a><br> Your gateway to India and Indian Products.. <BR><BR><A href="http://www2.domaindlx.com/pari"
target=_new>PARI WEB SERVICES™</A><BR>One-Stop shop for IT solutions..<br><br>
</DIV></DIV>
</body>
</html>
Related articles
Related discussion
-
.NET Developer in Ghana Required....
by sysview (0 replies)
-
Problem when using TemplateField and ImageButton
by ashiquemca (15 replies)
-
problem with special characters
by avlisodraude (1 replies)
-
PrintDocument printing using DOS print
by squrrel (1 replies)
-
Web App Service Project - Assistance Requested
by JusticeV (0 replies)
Related podcasts
-
jQuery in ASP.NET
In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, Scott Koon, and Steven Harman discuss Microsoft's jQuery in ASP.NET announcement.This episode of the Alt.NET Podcast is brought to you by LLBLGen Pro, the most mature O/R mapper and code generator out there.Are you loo...
Events coming up
-
Nov
20
Full Frontal JavaScript Conference
Brighton, United Kingdom
A one day JavaScript conference held in Brighton, UK whose essence is to discuss JavaScript "with nothing concealed or held back".The conference is being held at one of the world's first cinemas, which first opened in 1910.Speakers include...
Works excellent for me, I had to change the positions though for my site.
Worked Great for ME!
Didnt work for me......
This thread is for discussions of News Scroller.