appears from right
just copy the code and change where it says appeares from right .
thank you ; powerlink co.
<script type="text/javascript">
// <![CDATA[
var speed=40; // speed of animation, lower is faster
var interval=1; // seconds between entry of each letter
var direction="right"; // set to "left" for text to appear from left
var rwtxt, swide, shigh;
var rwlft=new Array();
window.onload=function() { if (document.getElementById) {
  set_width();
  var rwli="";
  var rwrit=document.getElementById("rightwrite");
  rwrit.style.position="relative";
  rwtxt=rwrit.firstChild.nodeValue;
  while (rwrit.childNodes.length) rwrit.removeChild(rwrit.childNodes[0]);
  for (var i=0; i<rwtxt.length; i++) {
    rwli=document.createElement("span");
    rwli.setAttribute("id", "rwr"+i);
    rwli.style.position="relative";
    rwli.style.visibility="hidden";
    rwli.appendChild(document.createTextNode(rwtxt.charAt(i)));
    rwrit.appendChild(rwli);
  }
  for (var i=0; i<rwtxt.length; i++) if (rwtxt.charAt(i)!=" ") {
    rwli=document.getElementById("rwr"+i);
    rwlft[i]=(direction=="right")?swide-getPageLeft(rwli):-getPageLeft(rwli);
    setTimeout("fly_me("+i+")", 1000*interval*((direction=="right")?i:rwtxt.length-i));
  }
}}
function getPageLeft(el) {
  var x=0;
  do { x+=el.offsetLeft }
  while ((el=el.offsetParent)!=null) ;
  return x;
}
function set_width() {
  if (typeof(self.innerWidth)=="number") {
    swide=self.innerWidth;
    shigh=self.innerHeight;
  }
  else if (document.documentElement && document.documentElement.clientWidth) {
    swide=document.documentElement.clientWidth;
    shigh=document.documentElement.clientHeight;
  }
  else if (document.body.clientWidth) {
    swide=document.body.clientWidth;
    shigh=document.body.clientHeight;
  }
}
function fly_me(let) {
  var rwme=document.getElementById("rwr"+let);
  if (rwme.style.visibility=="hidden") rwme.style.visibility="visible";
  if (Math.abs(rwlft[let])>0.5) {
    rwme.style.left=Math.floor(rwlft[let])+"px";
    rwlft[let]+=(direction=="left")?1:-1;
    rwlft[let]*=0.98;
    setTimeout("fly_me("+let+")", speed);
  }
  else rwme.style.left="0px";
}
// ]]>
</script><div id="rightwrite">appears from right</div>

hi
sorry for not working
on this website for a while
but hopefully i will try alot
more from know
on more things for
other webowners will
be there.
Thanks alot please email
me for any kind of help
on your site or
any kind of aggreament
powerlink.
 
Today, there have been 18137 visitors (32495 hits) on this page!
This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free