Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/09/2006, 08:13
Avatar de asinox
asinox
 
Fecha de Ingreso: enero-2002
Ubicación: Santo Domingo
Mensajes: 2.712
Antigüedad: 23 años
Puntos: 6
Ayuda con JS (poner que se oculte a los x segundos)

Hola, he estado buscando un JS tipo Float Ads, he encontrado este, pero el caso es que no se oculta, siempre esta visible, alguien me ayuda hacer que a los x segundos se oculte el span??
codigo:
Código PHP:
var Type 'Z';
function 
StartFloat() {
if(
document.all) {
    
document.all.AdFloater.style.pixelLeft document.body.clientWidth document.all.AdFloater.offsetWidth;
    
document.all.AdFloater.style.visibility 'visible';
    
Type 'A';
    }
else if(
document.layers) {
    
document.AdFloater.left window.innerWidth document.AdFloater.clip.width 16;
    
document.AdFloater.visibility 'show';
    
Type 'B';
    }
else if(
document.getElementById) {
    
document.getElementById('AdFloater').style.left = (window.innerWidth 35) + 'px';
    
document.getElementById('AdFloater').style.visibility 'visible';
    
Type 'C';
    }
if (
document.all) { window.onscroll Float; }
else { 
setInterval('Float()'100); }
}
function 
Float() {
if (
Type == 'A') { document.all.AdFloater.style.pixelTop document.body.scrollTop; }
else if (
Type == 'B') { document.AdFloater.top window.pageYOffset; }
else if (
Type == 'C') { document.getElementById('AdFloater').style.top window.pageYOffset 'px'; }
//-->


//como iniciarlo en el homepages, no ponerle asunto al bgcolor
//<body onLoad="StartFloat()" bgcolor="white">
//como colocar la etiqueta en la pagina HTML donde se mostrata el AdsFloat
//<span id="AdFloater" style="position: absolute; visibility: hidden; top: 1px;" align="right"> 
aqui como se implementa:
Código PHP:
<span id="AdFloater" style="position: absolute; visibility: hidden; top: 1px; z-index:9999;">aqui imagen o banner</span
alguien me ayuda hacer que esto se oculte (el visibility:hidden) se llame pasado una cantidad x de segundos?

Gracias!
Saludos
__________________
www.dataautos.com