Cerca nel forum:
Cerca


Autore Messaggio
Messaggio31/03/2010, alle 13:58 (UTC)    
Oggetto: Rotazione Banner

Questo codice permette di far ruotare 3 banner sulle tue pagine!
1. Copia il codice..
2: Incollalo nella tua pagina dove vuoi mettere il banner
3. Modifica il codice come dirò successivamente
4. Incollalo nell'editor di it.gg cliccando prima su codice sorgente
5. Salva la pagina o modifica la tua pagina..

Personalizzare il codice


Per ogni banner dovrai indicare: URL (dell'immagine), link del sito da collegare al banner; ALT, il testo che apparirà quando il mouse sarà sul banner; IMMAGINE, WIDTH, la larghezza in pixel del banner; HEIGHT, l'altezza in pixel del banner.


Codice:
<SCRIPT LANGUAGE="JavaScript">


<!-- BANNER ROTATOR

var how_many_ads = 3
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


//**************************** AD NUMBER ONE ****************

if (ad==1){


url="http://tuttocss.it.gg/";

alt="Banner uno";

banner="http://img.webme.com/pic/t/tuttocss/bannercss.jpeg";

width="468";
height="60";
}

//**************************** AD NUMBER TWO ****************


if (ad==2) {


url="http://luigipaiano.tk";

alt="Banner due";

banner="http://img.webme.com/pic/m/majikefotogigi/banner.gif";

width="227";
height="54";
}


//**************************** AD NUMBER ONE ****************

if (ad==3) {


url="http://majikefotogigi.it.gg";

alt="Banner tre";

banner="http://img.webme.com/pic/m/majikefotogigi/bannercolor.jpeg";

width="468";
height="60";
}


document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
-->
</SCRIPT>
</body>

</html>
Mostra prima i messaggi di:   


Powered by phpBB © 2001, 2005 phpBB Group
phpbb.it