Library code snippets

News Scroller


<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>

Comments

  1. 10 May 2004 at 13:07

    Works excellent for me, I had to change the positions though for my site.

  2. 25 Mar 2003 at 09:42

    Worked Great for ME!

  3. 20 Nov 2002 at 18:52

    Didnt work for me......

  4. 01 Jan 1999 at 00:00

    This thread is for discussions of News Scroller.

Leave a comment

Sign in or Join us (it's free).

Peeyush Nigam More than 3yrs of practical and job experience in IT Industry. Currently running own ASP center in city KANPUR - INDIA [url="www2.domaindlx.com/pari"]PARI WEB SERVICES™[/url] U may [email="webmaste...

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

  • Dec 8

    December Silicon Valley Ruby Meetup

    Moffett Field, United States

    In a World of Middleware, Who Needs Monolithic Applications? by Jon Crosby With Rack emerging as the standard for composing web applications and services, most recently with Rails adoption, an architectural shift is taking place. Learn how to create next generation web services by reusing existing Rack middleware and supplementing with your own components and micro-frameworks like Sinatra. Bio : Jon likes music, the Open Web, Ruby, Erlang, Haskell, Objective-C, JavaScript and coffee.

Want to stay in touch with what's going on? Follow us on twitter!