Infinito [yuotube - hacking - informatica - grafica - programmazione -netlog - contest - msn - hentay - autoit source - yuoporn]

puntatore

« Older   Newer »
  Share  
EdOArDoGaRbAtElLa
view post Posted on 10/9/2007, 21:19




come si fa a cambiare il puntatore del mouse????

come si mettono quelle ondine in movimento vicino al titolo del forum???

grazie in anticipo!!!!
 
Top
Alienx89
view post Posted on 10/9/2007, 21:28




Per il puntatore devi andare qui

http://www.poqbum.com/cursors/index.php

Copia il codice e inseriscilo in gestione cod html / in fondo al forum

Per le onde nel titolo inserisci il seguente script in gestione cod html / in cima al forum

CITAZIONE
<script type="text/javascript">
var message = new Array();
message = "Inserisci qui il nome del forum/sito"
var reps = 2;
var speed = 150;
var p = message.length;
var T = "";
var C = 0;
var mC = 0;
var s = 0;
var sT = null;
if (reps < 1) reps = 1;
function doIt() {
T = message;
A();
}
function A() {
s++;
if (s > 7) { s = 1;}
if (s == 1) { document.title = '.¸.·´¯·.¸.·´¯·.¸.·´¯· '+T+'.¸.·´¯·.¸.·´¯·.¸.·´¯· '; }
if (s == 2) { document.title = '·.¸.·´¯·.¸.·´¯·.¸.·´¯ '+T+'·.¸.·´¯·.¸.·´¯·.¸.·´¯ '; }
if (s == 3) { document.title = '¯·.¸.·´¯·.¸.·´¯·.¸.·´ '+T+'¯·.¸.·´¯·.¸.·´¯·.¸.·´ '; }
if (s == 4) { document.title = '´¯·.¸.·´¯·.¸.·´¯·.¸.· '+T+'´¯·.¸.·´¯·.¸.·´¯·.¸.· '; }
if (s == 5) { document.title = '·´¯·.¸.·´¯·.¸.·´¯·.¸. '+T+'·´¯·.¸.·´¯·.¸.·´¯·.¸. '; }
if (s == 6) { document.title = '.·´¯·.¸.·´¯·.¸.·´¯·.¸ '+T+'.·´¯·.¸.·´¯·.¸.·´¯·.¸ '; }
if (s == 7) { document.title = '¸.·´¯·.¸.·´¯·.¸.·´¯·. '+T+'¸.·´¯·.¸.·´¯·.¸.·´¯·. '; }if (C < (7 * reps)) {
sT = setTimeout("A()", speed);
C++;
}
else {
C = 0;
s = 0;
mC++;
if(mC > p - 1) mC = 0;
sT = null;
doIt();
}
}
doIt();
</script>

ok???
 
Top
EdOArDoGaRbAtElLa
view post Posted on 10/9/2007, 21:54




grazie sei un grande
 
Top
Lord Desolatio
view post Posted on 11/9/2007, 10:23




grazie mille!!!
 
Top
..:: BiMBo_PaZZo™ ::..
view post Posted on 30/9/2007, 12:54




grazie mille!! :D :D
 
Top
view post Posted on 22/10/2007, 11:20
Avatar

Group:
Member
Posts:
6,343
Location:
Napoli

Status:


Grazie 1000... ^_^
 
Top
rufy-91
view post Posted on 23/9/2009, 09:01




ti ringgrazio anche a me serviva
 
Top
9 replies since 10/9/2007, 21:19   617 views
  Share