Forum'da ara:
Ara


Yazar Mesaj
Mesaj25.11.2008, 20:34 (UTC)    
Mesaj konusu: Güzel Bir Şekilde Parlayan Yazı Kodu

<body>
<SPAN id=pochenderText style="WIDTH: 100%">
<H1 align="center"><font color="#FF0000"><a href="http://www.htmlkodlar.net">
<font color="#FF0000"><span style="text-decoration: none">www.htmlkodlar.net</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>

<font face="Tahoma"><a target="_blank" href="http://www.htmlkodlar.net/"><span style="font-size: 7; text-decoration: none">htmlkodlar.net</span></a></font>

</p>


</body>
Önceki mesajları göster:   


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