Elanor Graphic Portfolio

Logo che Cambia

« Older   Newer »
  Share  
«Elanor on Mars»
view post Posted on 22/11/2011, 16:22




Se vuoi che il tuo logo cambi ogni volta che ricarichi la pagina, segui questo tutorial.
Vai in: AMMINISTRAZIONE--->CODICE HTML--->IN CIMA AL FORUM e inserisci questo:
CODICE
<script type="text/javascript"><!--
var ran=new Array();

ran[0]=("<style>.header{background-repeat:no-repeat;background-image:url('LINK LOGO')}<\/style>");

ran[1]=("<style>.header{background-repeat:no-repeat;background-image:url('LINK LOGO')}<\/style>");

ran[2]=("<style>.header{background-repeat:no-repeat;background-image:url('LINK LOGO')}<\/style>");

var id=Math.round(Math.random()*(ran.length-1)); document.write(ran[id]);

//--></script>


Ora ne hai 3 con qullo script, se ne vuoi di pił o di meno basta aggiungere o togliere questa parte:
CODICE
ran[3]=("<style>.header{background-repeat:no-repeat;background-image:url('LINK LOGO')}<\/style>");
 
Top
0 replies since 22/11/2011, 16:22   47 views
  Share