Page 2 of 2 FirstFirst 12
Results 13 to 21 of 21

Thread: !Mouse trail!Html code

  1. #13
    naveed_NSkhan's Avatar
    naveed_NSkhan is offline Advance Member
    Last Online
    28th March 2023 @ 03:52 PM
    Join Date
    29 May 2009
    Location
    RawalPindi
    Age
    35
    Gender
    Male
    Posts
    1,263
    Threads
    24
    Credits
    2,470
    Thanked
    37

    Default

    nice work yaar

  2. #14
    A_R_MANI..... is offline Member
    Last Online
    25th March 2010 @ 11:54 PM
    Join Date
    15 Mar 2009
    Location
    «------•}I|[ITDUNYA ]|I{•------»
    Posts
    3,773
    Threads
    256
    Thanked
    306

    Default


  3. #15
    lucky shah is offline Senior Member+
    Last Online
    5th May 2012 @ 01:25 PM
    Join Date
    20 Nov 2009
    Location
    Nawabshah
    Posts
    2,098
    Threads
    683
    Credits
    970
    Thanked
    368

    Default

    V.Nice
    Who Is Cute Person On ITD?


    Who Is Fast Poster & Slow Poster In ITD?


  4. #16
    naveed_NSkhan's Avatar
    naveed_NSkhan is offline Advance Member
    Last Online
    28th March 2023 @ 03:52 PM
    Join Date
    29 May 2009
    Location
    RawalPindi
    Age
    35
    Gender
    Male
    Posts
    1,263
    Threads
    24
    Credits
    2,470
    Thanked
    37

    Thumbs up AOA Brother...........

    Nice Shering Big Brother...............................


    Quote Yaad said: View Post
    salaam sab doston ko..umeed hai k aap khayriyat se hongay...
    dosto inpage main thoraa sa error aanay ki wajah se roman urdu main likh rehaa hoon...........
    dosto main ek html code share kar rehaa hoon........
    Code:
    THIS SCRIPT BROUGHT TO YOU BY ITDUNYA.COM - http://www.itdunya.com
    
    PASTE THIS SCRIPT INTO YOUR HEAD TAG:
    
    <style>
    .spanstyle {
    	position:absolute;
    	visibility:visible;
    	top:-50px;
    	font-size:10pt;
    	font-family:Verdana;
          font-weight:bold;
    	color:black;
    }
    </style>
    <script>
    
    
    var x,y
    var step=20
    var flag=0
    
    // Your snappy message. Important: the space at the end of the sentence!!!
    var message="VISIT itdunya.COM!!!! "
    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>
    
    
    
    
    PASTE THIS SCRIPT INTO YOUR BODY TAG
    <body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll">
    
    
    ADD THIS TO YOUR BODY:
    
    <script>
    <!-- Beginning of JavaScript -
    
    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;
    
    // - End of JavaScript - -->
    </script>
    
    
    
    THIS SCRIPT BROUGHT TO YOU BY itdunya.COM - http://www.itdunya.com

    dosto is code ko aap apni site pay daal saktay hain......ab is sey kia hoga..yeh aap yahan dekhye..is se aap k cursor ko text follow karay ga.. is ko kholain http://www.geocities.com/princeof_mbdin//sssssss.html

  5. #17
    Join Date
    17 Jan 2010
    Location
    Peshawar
    Gender
    Male
    Posts
    1,557
    Threads
    64
    Credits
    1,255
    Thanked
    86

    Default

    nice sharing

  6. #18
    ammarashraf's Avatar
    ammarashraf is offline Senior Member+
    Last Online
    22nd June 2016 @ 06:29 PM
    Join Date
    26 Nov 2010
    Age
    30
    Gender
    Male
    Posts
    180
    Threads
    33
    Credits
    0
    Thanked
    9

    Default

    GooD SharinG

  7. #19
    leo is lucky is offline Senior Member+
    Last Online
    4th December 2013 @ 05:36 PM
    Join Date
    09 Sep 2009
    Location
    leo ke dunya
    Posts
    653
    Threads
    59
    Credits
    990
    Thanked
    7

    Default

    very nice dear

  8. #20
    M Imran Mugal's Avatar
    M Imran Mugal is offline Senior Member+
    Last Online
    17th March 2015 @ 04:54 PM
    Join Date
    17 Dec 2010
    Location
    Mehrabpur Sindh
    Age
    37
    Gender
    Male
    Posts
    976
    Threads
    14
    Credits
    960
    Thanked
    49

    Default

    kamal kr dita g

  9. #21
    mimrankhan's Avatar
    mimrankhan is offline Advance Member
    Last Online
    14th May 2023 @ 04:37 PM
    Join Date
    22 Aug 2012
    Location
    F.JANG
    Gender
    Male
    Posts
    3,891
    Threads
    95
    Credits
    1,281
    Thanked
    200

    Default

    any web link in signature is not allowed.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Mouse Trail in Flash Mx / 5.0
    By Shehroz in forum Macromedia
    Replies: 33
    Last Post: 27th April 2015, 12:24 AM
  2. please help me about html code
    By arjhsn in forum Ask an Expert
    Replies: 2
    Last Post: 29th November 2014, 07:49 AM
  3. Html Code?
    By InNoCeNT RoMeO in forum Ask an Expert
    Replies: 1
    Last Post: 17th August 2008, 03:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •