Forum'da ara:
Ara


Yazar Mesaj
Mesaj30.08.2009, 13:18 (UTC)    
Mesaj konusu: acil yardımm

merhaba arkadaslar bazı arkadaslarda görüyroumm aşağıdaki resimdede görüldüğü üzere bedava sitem yazan yer bazı arkadaslar da kayarak yaz ıyardım ederseniz sevininrimm

http://img.webme.com/pic/a/aniklar/aaaaa.png
Mesaj30.08.2009, 13:21 (UTC)    
Mesaj konusu:

sagdan sola giden yazı kodunu bul veya soldan saga giden yazı kodunu bul

oraya ekle
Mesaj30.08.2009, 13:27 (UTC)    
Mesaj konusu:

Kod:
<marquee>TEXT</marquee>

Kod:
<marquee direction="right">TEXT</marquee>

Kod:
<marquee behavior="alternate">TEXT</marquee>


Hangisini İsterseniz İlk Baştaki Sağdan Sola Gidiyor
İkincisi Soldan Sağa
Üçüncüsü Soldan Sağa - Sağdan Sola Wink
Mesaj30.08.2009, 13:32 (UTC)    
Mesaj konusu: haaayıııırrr!!

bence sizin verdiğiniz kodlar site içindeki yazıyı hareket ettirir. arkadaşın attığı resme iyi bakın. yukarıda tablarda görünen başlığı kaydırmak istiyor.


arkadaşım benden sana tavsiye onu yapma pek hoş olmuyo. yine de sen bilirsin kodu bilmiyorum
Mesaj30.08.2009, 16:45 (UTC)    
Mesaj konusu:

bu kod nereye koyulcakk Question Question
Mesaj30.08.2009, 16:50 (UTC)    
Mesaj konusu:

turkmayası kardeşş sen yapmışşsın bi zahmet söylermisinn????
Mesaj30.08.2009, 16:51 (UTC)    
Mesaj konusu: Re: haaayıııırrr!!

gamerim yazmış:
bence sizin verdiğiniz kodlar site içindeki yazıyı hareket ettirir. arkadaşın attığı resme iyi bakın. yukarıda tablarda görünen başlığı kaydırmak istiyor.


arkadaşım benden sana tavsiye onu yapma pek hoş olmuyo. yine de sen bilirsin kodu bilmiyorum


Pardon Ben Sayfa İçin Sandım Haklısınız! Diğer Türlü Başlık Kodunu Bende Bilmiyorum Ama Hackerfriend Yapmış Ona Bir Sorun Derim!
______________

Mesaj30.08.2009, 16:52 (UTC)    
Mesaj konusu:

pekii ilginiz için teşşekkürlerr
Mesaj30.08.2009, 17:11 (UTC)    
Mesaj konusu:

Merhaba,
Gerekli yeri değiştirmeyi unutmayınız.
İyi Eğlenceler

Kod:
<!--- titlebar --->
<script language="JavaScript1.2">
// *******************************************************************
// script by drevil_nz, Michael Dillon, Christchurch New Zealand.
// Permission granted to use this script provided this credit       
// remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html
// Script written for Internet Explorer 4.0+.
// *******************************************************************

var message="YAZİ BURAYA GELECEK"     //specifys the title
var message=message+"          " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces( at )150 each = 1.5seconds.
i="0"                  //declares the variable and sets it to start at 0
var temptitle=""                 //declares the variable and sets it to have no value yet.
var speed="150"                  //the delay in milliseconds between letters

function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i)  //sets the initial title
temptitle=temptitle+message.charAt(i)       //increases the title by one letter
i++                   //increments the counter
if(i==message.length)             //determines the end of the message
{
i="0"                   //resets the counter at the end of the message
temptitle=""                //resets the title to a blank value
}
setTimeout("titler()",speed)          //Restarts. Remove line for no-repeat.
}

window.onload=titler
</script>


<!--- Titlebar --->
Mesaj30.08.2009, 18:43 (UTC)    
Mesaj konusu:

çok teşekkürler
Mesaj31.08.2009, 18:04 (UTC)    
Mesaj konusu:

<!--- titlebar --->
<script language="JavaScript1.2">
// *******************************************************************
// script by drevil_nz, Michael Dillon, Christchurch New Zealand.
// Permission granted to use this script provided this credit
// remains intact. Visit my homepage www.chc.quik.co.nz/juggler/mikey.html
// Script written for Internet Explorer 4.0+.
// *******************************************************************

var message="YAZİ BURAYA GELECEK" //specifys the title
var message=message+" " //gives a pause at the end,1 space=1 speed unit, here I used 10 spaces( at )150 each = 1.5seconds.
i="0" //declares the variable and sets it to start at 0
var temptitle="" //declares the variable and sets it to have no value yet.
var speed="150" //the delay in milliseconds between letters

function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i) //sets the initial title
temptitle=temptitle+message.charAt(i) //increases the title by one letter
i++ //increments the counter
if(i==message.length) //determines the end of the message
{
i="0" //resets the counter at the end of the message
temptitle="" //resets the title to a blank value
}
setTimeout("titler()",speed) //Restarts. Remove line for no-repeat.
}

window.onload=titler
</script>


<!--- Titlebar --->
kodunu nereye yapıştıracağız
Mesaj31.08.2009, 21:17 (UTC)    
Mesaj konusu:

Tasarımın üzeri kutusuna ekleyebilirsiniz.
Önceki mesajları göster:   


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