Javascript in vordergrund heben

L

L1k

Hi ich habe ien problem mit meiner Page ich brauch ein befehl das mam mein javascrip vorm css layout sieht leider habe ich keine lösung dazu mit div geht au nicht!!

hier der code:
Code:
<title>Abstract Blue</title>

<link href="style.css" rel="stylesheet" type="text/css" /></head><body>
	<div class="titleimage"><div align="right" title="design by probabilityZero -- frenic web design"><img src="images/abstractdiv_01.jpg" alt="design by probabilityZero" width="800" height="21" border="0" usemap="#Map" /><map name="Map" id="Map"><area shape="rect" coords="678,0,803,17" href="http://frenicweb.com" alt="design by probabilityZero -- frenic web design" /></map>
		</div>
	
		
		
<!--  Page content starts here:     -->
		<div class="title">
	  		<div class="smallcaps"></div>
	  	</div>
	</div>
	<div class="end">
		<div class="menutext"><size="3">
			<a href="index.html">Home</a><br />
			<a href="ich.html">Ich</a><br />
			<a href="freunde.html">Freunde</a><br />
			<a href="games.html">Games</a><br />
			<a href="rbb.html">RBB</a><br />
			<a href="urlaub.html">Urlaub</a><br />
			<a href="http://www.toolia2.de/book/book.cgi?Seite1&id=174450" onClick='window.open("","clickvote","width=488,height=500,scrollbars=yes,resizable=yes,menubar=no");' target="clickvote">Gästebuch</a><br />
			</size>	
	</div>
	</div>
	<div class="menutitle">
		<div class="menuheader">
			<div class="smalltitle">Navigation Menu</div>
		</div>
		
		
		<div class="contenttop"><b><br><br><br><script language="JavaScript">if (document.all){
              Cols=6; 
              Cl=48;//Space's are included so real length is 48!
              Cs=150; 
              Ts=13; 
              Tc='#008800'; 
              Tc1='#00ff00'; 
              MnS=20; 
              MxS=30; 
              I=Cs; 
              Sp=new Array();S=new Array();Y=new Array(); 
              C=new Array();M=new Array();B=new Array(); 
              RC=new Array();E=new Array();Tcc=new Array(0,1); 
              document.write("<div id='Container' style='position:absolute;top:0;left:-"+Cs+"'>"); 
              document.write("<div style='position:relative'>"); 
              for(i=0; i < Cols; i++){
              S[i]=I+=Cs; 
              document.write("<div id='A' style='position:absolute;top:0;font-family:Arial;font-size:" 
              +Ts+"px;left:"+S[i]+";width:"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden'></div>"); 
              }
              document.write("</div></div>"); 
              for(j=0; j < Cols; j++){
              RC[j]=1+Math.round(Math.random()*Cl); 
              Y[j]=0; 
              Sp[j]=Math.round(MnS+Math.random()*MxS); 
              for(i=0; i < RC[j]; i++){
              B[i]=''; 
              C[i]=Math.round(Math.random()*1)+' '; 
              M[j]=B[0]+=C[i]; 
              }
              }
              function Cycle(){
              Container.style.top=window.document.body.scrollTop; 
              for (i=0; i < Cols; i++){
              var r = Math.floor(Math.random()*Tcc.length); 
              E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>'; 
              Y[i]+=Sp[i]; 
              if (Y[i] > window.document.body.clientHeight){
              for(i2=0; i2 < Cols; i2++){
              RC[i2]=1+Math.round(Math.random()*Cl); 
              for(i3=0; i3 < RC[i2]; i3++){
              B[i3]=''; 
              C[i3]=Math.round(Math.random()*1)+' '; 
              C[Math.floor(Math.random()*i2)]='&nbsp;'+' '; 
              M[i]=B[0]+=C[i3]; 
              Y[i]=-Ts*M[i].length/1.5; 
              A[i].style.visibility='visible'; 
              }
              Sp[i]=Math.round(MnS+Math.random()*MxS); 
              }
              }
              A[i].style.top=Y[i]; 
              A[i].innerHTML=M[i]+' '+E[i]+' '; 
              }
              setTimeout('Cycle()',20)
              }
              Cycle(); 
              }</script> 
</p>
	</div>

<div style="font-size: 0.8em; text-align: center; margin-top: 1.0em; margin-bottom: 1.0em;">
Games
</div>
</body>

thx für eure hilfe.
 
Zurück