• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Duyuru

Gizle
No announcement yet.

Fareyi takip eden yazı

Gizle
X
 
  • Filtrele
  • Zaman
  • Göster
Hepsini Sil
new posts

  • Fareyi takip eden yazı

    Fareyi takip eden yazı

    >> DEMO <<


    HTML-Kodu:
    <html>
    <head>
    <title>Fareyi takip ediyor</title>
    
    <style>
    .spanstyle {
    position:absolute;
    visibility:visible;
    top:-50px;
    font-size:10pt;
    font-family:Verdana;
    font-weight:bold;
    color:crimson;
    }
    </style>
    <!-- END HEAD TAG PART OF SCRIPT. -->
    </head>
    <!-- This part of the script goes INSIDE your FIRST BODY TAG. -->
    <body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll">
    <!-- This part ONE of TWO that goes BETWEEN your BODY tags. -->
    <script>
    var x,y
    var step=20
    var flag=0
    
    var message="Fareyi takip ediyor (-: "
    message=message.split("")
    var xpos=new Array()
    for (i=0;i<=message.length-1;i++) {
    xpos[i]=-50
    }
    var ypos=new Array()
    for (i=0;i<=message.length-1;i++) {
    ypos[i]=-50
    }
    function handlerMM(e){
    x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
    y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
    flag=1
    }
    function makesnake() {
    if (flag==1 && document.all) {
    for (i=message.length-1; i>=1; i--) {
    xpos[i]=xpos[i-1]+step
    ypos[i]=ypos[i-1]
    }
    xpos[0]=x+step
    ypos[0]=y
    
    for (i=0; i<message.length-1; i++) {
    var thisspan = eval("span"+(i)+".style")
    thisspan.posLeft=xpos[i]
    thisspan.posTop=ypos[i]
    }
    }
    
    else if (flag==1 && document.layers) {
    for (i=message.length-1; i>=1; i--) {
    xpos[i]=xpos[i-1]+step
    ypos[i]=ypos[i-1]
    }
    xpos[0]=x+step
    ypos[0]=y
    
    for (i=0; i<message.length-1; i++) {
    var thisspan = eval("document.span"+i)
    thisspan.left=xpos[i]
    thisspan.top=ypos[i]
    }
    }
    var timer=setTimeout("makesnake()",30)
    }
    </script>
    <!-- This part TWO of TWO that goes BETWEEN your BODY tags. -->
    <script>
    for (i=0;i<=message.length-1;i++) {
    document.write("<span id='span"+i+"' class='spanstyle'>")
    document.write(message[i])
    document.write("</span>")
    }
    if (document.layers){
    document.captureEvents(Event.MOUSEMOVE);
    }
    document.onmousemove = handlerMM;
    </script>
    </body>
    </html>
Hazırlanıyor...
X