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>

You might also like...

Comments

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

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Weeks of coding can save you hours of planning.”