Forum'da ara:
Ara


Yazar Mesaj
Mesaj14.07.2008, 23:03 (UTC)    
Mesaj konusu: mouse üzerine geldiği zaman yazılar buyuyor

Kod:
<head>
<style type="text/css">
span {font-size: x-small};
</style>
<SCRIPT LANGUAGE="JavaScript">
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
function convertPreBlocks() {}
var regular = "x-small";
function bigger(thing){
thing.style.fontSize = "large";
siblingElement = thing.previousSibling;
while(siblingElement) {
if(siblingElement.tagName=="SPAN") {
siblingElement.style.fontSize = "medium";
break;
}
siblingElement = siblingElement.previousSibling;
}
siblingElement = thing.nextSibling;
while(siblingElement) {
if(siblingElement.tagName=="SPAN") {
siblingElement.style.fontSize = "medium";
break;
}
siblingElement = siblingElement.nextSibling;
}
}
function normal(thing){
thing.style.fontSize = regular;
siblingElement = thing.previousSibling;
while(siblingElement) {
if(siblingElement.tagName=="SPAN") {
siblingElement.style.fontSize = regular;
break;
}
siblingElement = siblingElement.previousSibling;
}
siblingElement = thing.nextSibling;
while(siblingElement) {
if(siblingElement.tagName=="SPAN") {
siblingElement.style.fontSize = regular;
break;
}
siblingElement = siblingElement.nextSibling;
}
}
//  End -->
</script>
</HEAD>
<body>
<FONT color=#000080>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Bizdik o hücumun bütün aşkıyla kanatlı;
</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Bizdik o sabah ilk atılan safta yüz atlı.</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Uçtuk Mohaç ufkunda görünmek hevesiyle,</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Canlandı o meşhur ova at kişnemesiyle!</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Fethin daha bir ülkeyi parlattığı gündü;</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Biz uğruna can verdiğimiz yerde göründü.</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Gül yüzlü bir afetti ki her pusesi lale;</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Girdik zaferin koynuna, kindik ovisale</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Dünyaya veda ettik, atıldık dolu dizgin;
</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">En son koşumuzdur bu! Asırlarca bilinsin!
</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Bir bir açılırken göğe, son def'a yarıştık;
</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Allaha giden yolda meleklerle karıştık.
</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Geçtik hepimiz dört nala cennet kapısından;
</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Gördük ebedi cedleri bir anda yakından!
</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Bir bahçedeyiz şimdi şehitlerle beraber;
</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Bizler gibi ölmüş o yiğitlerle beraber
</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Lakin kalacak doğduğumuz toprağa bizden
</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Şimşek gibi bir hatıra nal seslerimizden
</span><br/><A href="http://www.webmaster02.tr.gg/"></FONT>
</body>

______________
Önceki mesajları göster:   


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