Forum'da ara:
Ara


Yazar Mesaj
Mesaj27.08.2008, 10:52 (UTC)    
Mesaj konusu: silinen yazı effecti kodu

Kod:
<script language="JavaScript">
<!--
if (document.all){
Size=16;
Font='Verdana';
Colour='#FF0000';

typespeed=50;
containerwidth=400;//Must be big enough to accomadate the longest message!!!
containerheight=30;


msg=new Array()
msg[0]="Merhaba arkadaşlar.";
msg[1]="Umarım Kodu Beğenirsiniz..";
msg[2]="Html ve Java Kod Örneklerini Web Sitemde Bulabilirsiniz.";


//Alter nothing past here!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Msgs="<div id='X' style='position:relative;"
+"width:"+containerwidth+";height:"+containerheight+";font-family:"+Font+";"
+"font-size:"+Size+";color:"+Colour+"'></div>";
fade=100;
next=0;
pos=0;
function Type(){
if (fade == 100) pos++;
if (msg[next].substring(pos-1,pos) == " ") pos++;
if (pos > msg[next].length*1.5) {fade-=3}
if (fade <= 0) {fade=100;pos=0;next++}
if (next == msg.length) {next=0}
text=msg[next].substring(0,pos);
X.innerHTML=text;
X.style.filter='alpha(opacity='+fade+')';
setTimeout('Type()',typespeed);
}
}
// -->
</script>

<!-- Use this as your body tag -->
</HEAD>
<body onLoad="if (document.all) Type()">
<script language="JavaScript">

<!--

if (document.all) document.write(Msgs)

//-->

</script>
Mesaj27.08.2008, 16:11 (UTC)    
Mesaj konusu:

Mesaj27.08.2008, 23:25 (UTC)    
Mesaj konusu:

Paylaşım İçin Teşekkürler...
______________
www.efendilord.tr.gg
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu