Agora copie o código abaixo, cole-o sobre( em cima ) do </body> faça a introdução dos códigos das imagens e salve.
Pegar código
<script language='JavaScript'>
imagenes = new Array(9)
imagenes[0] = "<a href='#outer-wrapper' title='Clique para subir'><img border='0' src='AQUI O ENDEREÇO DE SUA IMAGEM' style='position:fixed; bottom:0; right:0;'/></a>"
imagenes[1] = "<a href='#outer-wrapper' title='Clique para subir'><img border='0' src='AQUI O ENDEREÇO DE SUA IMAGEM' style='position:fixed; bottom:0; right:0;'/></a>"
imagenes[2] = "<a href='#outer-wrapper' title='Clique para subir'><img border='0' src='AQUI O ENDEREÇO DE SUA IMAGEM' style='position:fixed; bottom:0; right:0;'/></a>"
imagenes[3] = "<a href='#outer-wrapper' title='Clique para subir'><img border='0' src='AQUI O ENDEREÇO DE SUA IMAGEM' style='position:fixed; bottom:0; right:0;'/></a>"
imagenes[4] = "<a href='#outer-wrapper' title='Clique para subir'><img border='0' src='AQUI O ENDEREÇO DE SUA IMAGEM' style='position:fixed; bottom:0; right:0;'/></a>"
imagenes[5] = "<a href='#outer-wrapper' title='Clique para subir'><img border='0' src='AQUI O ENDEREÇO DE SUA IMAGEM' style='position:fixed; bottom:0; right:0;'/></a>"
imagenes[6] = "<a href='#outer-wrapper' title='Clique para subir'><img border='0' src='AQUI O ENDEREÇO DE SUA IMAGEM' style='position:fixed; bottom:0; right:0;'/></a>"
imagenes[7] = "<a href='#outer-wrapper' title='Clique para subir'><img border='0' src='AQUI O ENDEREÇO DE SUA IMAGEM' style='position:fixed; bottom:0; right:0;'/></a>"
imagenes[8] = "<a href='#outer-wrapper' title='Clique para subir'><img border='0' src='AQUI O ENDEREÇO DE SUA IMAGEM' style='position:fixed; bottom:0; right:0;'/></a>"
aleatorio = Math.random() * (imagenes.length)
aleatorio = Math.floor(aleatorio)
document.write(imagenes[aleatorio])
</script>
Como faço pra deixar essa imagem no header ?
ResponderExcluirD: