Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Liriu

Trocando o fundo deste tema

Recommended Posts

Dae, o pessoal do uhull utiliza um script php

 

http://www.uhull.com.br/wp-content/themes/uhull2010/images/bgr/rotator.php

 

Mas existem alguns scripts na internet como este

 

<script language="JavaScript1.2">
var bgimages=new Array()
bgimages[0]="../gfx/bgs/bg1.jpg" // URL da imagem
bgimages[1]="../gfx/bgs/bg2.jpg" // URL da imagem

//preload images
var pathToImg=new Array()
for (i=0;i<bgimages.length;i++){
pathToImg[i]=new Image()
pathToImg[i].src=bgimages[i]
}

var inc=-1

function bgSlide(){
if (inc<bgimages.length-1)
inc++
else
inc=0
document.body.background=pathToImg[inc].src
}

if (document.all||document.getElementById)
window.onload=new Function('setInterval("bgSlide()",6000)') // Tempo de troca da imagem

</script>

Ou este link http://forum.imasters.com.br/public/style_emoticons/default/seta.gif http://www.groan-zone.net/jscript/random.html

 

Procure no google algo como "background rotator with php"

 

Como também pode tentar ajuda nos sub-fórus de DHTML/javascript e PHP

 

DHTML http://forum.imasters.com.br/public/style_emoticons/default/seta.gif http://forum.imasters.com.br/index.php?/forum/6-javascript-dhtml/

 

PHP http://forum.imasters.com.br/public/style_emoticons/default/seta.gif http://forum.imasters.com.br/index.php?/forum/3-php/

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.