anasayfa mesajı yazı stili
1 sayfadaki 1 sayfası
anasayfa mesajı yazı stili
anasayfa mesajı yazı stili
- Kod:
<body>
<SPAN id=pochenderText style="WIDTH: 100%">
<H1 align="center"><font color="#FF0000"><a href="http://www.gustavschaferfanclub.clictopic.com">
<font color="#FF0000"><span style="text-decoration: none">Buraya mesajın
</span></font></a></font></H1></SPAN>
<script>
var from = 4;
var to = 12;
var speed = 1;
var textcolor = "#aabbdd";
var i = to;
var j = 0;
pd();
function pu()
{
if (!document.all)
return
if (i < to)
{
pochenderText.style.filter = "Glow(Color=" + textcolor + ", Strength=" + i + ")";
i++;
theTimeout = setTimeout('pu()',speed);
return 0;
}
if (i = to)
{
theTimeout = setTimeout('pd()',speed);
return 0;
}
}
function pd()
{
if (!document.all)
return
if (i > from)
{
pochenderText.style.filter = "Glow(Color=" + textcolor + ", Strength=" + i + ")";
i--;
theTimeout = setTimeout('pd()',speed);
return 0;
}
if (i = from)
{
theTimeout = setTimeout('pu()',speed);
return 0;
}
}
// -->
</script>
</BODY></HTML>
Similar topics
» Avatarın Üstüne Hareketli Yazı Yazılır. [ ÖRNEK VAR ]
» Yazı Efekleri!=)
» Başlıkta Kayan Yazı
» fareyi takip eden yazı
» YAĞMUR DAMLALI FLASH YAZI KODU
» Yazı Efekleri!=)
» Başlıkta Kayan Yazı
» fareyi takip eden yazı
» YAĞMUR DAMLALI FLASH YAZI KODU
1 sayfadaki 1 sayfası
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz