Red de conocimiento informático - Conocimiento sistemático - Código de anuncio flotante

Código de anuncio flotante

Copia y pega mi código:

lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http ://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"gt;

lt;html xmlns="http://www.w3.org/1999/xhtml" gt;

lt; cabezagt;

lt; estilogt;

*{margen: 0}

cuerpo{

alto: 1000 px;

ancho: 1000 px;

}

#a{

ancho: 300 px; >

altura: 100px;

fondo: rojo

}

lt;/stylegt;

lt;scriptgt;

var isie6 = window.XMLHttpRequest?false: true;

window.onload = function(){

var a = document.getElementById('a' );

var d = document.getElementById('d');

if(isie6){

a.style.position = 'absoluto';

window.onscroll = function(){

d.innerHTML = ''

}

}else{

a.style.position = 'fijo';

}

a.style.left= '0'; abajo = '0';

}

lt;/scriptgt;

lt;/headgt;

lt;bodygt;

lt;div id="d" style="display:none;"gt;rgrrrrrrrlt;/divgt;

lt;div id='a'gt;testlt;/divgt ;

lt;/bodygt;

lt;/htmlgt;

Si el efecto no es el que deseas, puedo escribirlo por ti hasta que estés satisfecho hasta.