Webmaster Forumu - Webmaster Zone

Geri git   Webmaster Forumu - Webmaster Zone > Webmaster Zone > Programlama Dilleri > HTML CSS DHTML
Şifrenizimi Unuttunuz? Bize Katılın!

Cevapla
Görüntüleme: 507 - Cevaplar: 0  
LinkBack Seçenekler Stil
  #1 (permalink)  
Alt 24-02-2007, 11:50:07
Alone - ait Kullanıcı Resmi (Avatar)
Alone Alone isimli üyemiz çevrimdışıdır. (Offline)
Zonekolik
No Status
 
Üyelik tarihi: 31/1/2007
Nerden: İstanbul
Mesajlar: 1.308
iTrader: (11)
Tecrübe Puanı: 79
Puanları: 953
Alone is just really niceAlone is just really niceAlone is just really niceAlone is just really niceAlone is just really nice
Standart Mouse'unuz renklensin

Kod:
<script language="JavaScript">



<!--  

msg='mesaj';



font='Verdana,Arial';



size=2; // 1-7 only!



color='#ffffff';



speed=0.5;





//Alter nothing past here!!



ns=(document.layers);



ie=(document.all);



msg=msg.split('');



n=msg.length; 



a=size*10;



ymouse=0;



xmouse=0;



scrll=0;



props="<font face="+font+" size="+size+" color="+color+">";



if (ns){



for (i=0; i < n; i++)



document.write('<layer name="nsmsg'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+msg[i]+'</font></center></layer>');



}



if (ie){



document.write('<div id="outer" style="position:absolute;top:0px;left:0px"><div style="position:relative">');



for (i=0; i < n; i++)



document.write('<div id="iemsg" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+msg[i]+'</font></div>');



document.write('</div></div>');



}



(ns)?window.captureEvents(Event.MOUSEMOVE):0;



function Mouse(evnt){



ymouse = (ns)?evnt.pageY+20-(window.pageYOffset):event.y+20;



xmouse = (ns)?evnt.pageX+20:event.x+20;



}



(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;



y=new Array();



x=new Array();



Y=new Array();



X=new Array();



for (i=0; i < n; i++){



y[i]=0;



x[i]=0;



Y[i]=0;



X[i]=0;



}



function assign(){



if (ie) outer.style.top=document.body.scrollTop;



for (i=0; i < n; i++){



 var d=(ns)?document.layers['nsmsg'+i]:iemsg[i].style; 



 d.top=y[i]+scrll;



 d.left=x[i]+(i*(a/2));



 } 



}



function ripple(){



scrll=(ns)?window.pageYOffset:0;



y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);



x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);



for (var i=1; i < n; i++){



y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);



x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);



}



assign();



setTimeout('ripple()',10);



}



if (ns||ie)window.onload=ripple;



// -->



</script>
__________________
Kişiselite - Gitarist
Alıntı ile Cevapla
Cevapla



Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 
Seçenekler
Stil

Yetkileriniz
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-KodlarıKapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık

Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Böyle bir mouse'unuz oldu mu:) Emre Resim & Video Paylaşım 10 08-01-2007 23:24:14


oyun , kontör , türkçe dizin

Bütün Zaman Ayarları WEZ +2 olarak düzenlenmiştir. Şu Anki Saat: 21:43:53 .


Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
Zone Org | 2006-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125