chilloutfuerst: Text von rechts

Beitrag lesen

  
<script language="javascript" type="text/javascript">  
  
if (document.layers)  
var ns4def=''  
  
function animatein()  
{  
	if (document.getElementById||document.all)  
	{  
		var crossheader= '';  
		for (var idx = 0; idx < document.getElementsByName('flyin').length; idx++)  
		{  
			var crossheader = document.getElementsByName('flyin')[idx].style;  
			if (parseInt(crossheader.right)<0)  
			{  
				crossheader.left=parseInt(crossheader.right)+20+"px";  
			}  
			else  
			{  
				crossheader.right=0;  
				crossheader.fontStyle="normal";  
				clearInterval(start);  
			}  
		}  
	}  
  
}//function  
  
if (document.getElementById||document.all)  
start=setInterval("animatein()",50)  
</script>  

<body>  
    <h2 id="flyin" style="position:relative; right: 600px;  &{ns4def}; " name="flyin" ><li>Ich bin  Testschrift</li></h2>  
    <h2 id="flyin2" style="position:relative; left:-600px;  &{ns4def}; " name="flyin" ><li>Ich bin  Testschrift</li></h2>  
  
    <p>&nbsp;</p>  
  
</body>

Hallo zusammen,

habe obenstehendes Skript und möchte nun das der Text von rechts nach links eingeflogen kommt und nicht wie momentan von links nach rechts. hat jmd. eine Idee wie cih das ändern kann??

Vielen Dank und beste grüße

chilloutfuerst