var ancho_icono=42; var alto_icono=56; var Version4 = (parseInt(navigator.appVersion) >= 4); var NS4 = (navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 4); var layerObj = (NS4) ? 'document' : 'document.all'; var styleObj = (NS4) ? '' : '.style'; var ancho = 0; alto =0; var posx=0; posy=0; function recoloca_flotante(){ var desplazamiento = 0; var pos_y1 = 0; ancho = (NS4) ? window.innerWidth : document.body.clientWidth; alto = (NS4) ? window.innerHeight : document.body.clientHeight posx= (NS4) ? ancho-ancho_icono-20:ancho-ancho_icono - 10; posy=alto-alto_icono - 10; if (Version4){ desplazamiento = (NS4) ? window.pageYOffset : document.body.scrollTop; pos_y1 = posy + desplazamiento; setTimeout("recoloca_flotante()",100); mover('icono',posx,pos_y1); } } function estilo() { var codHTML = ''; codHTML += '\n'; document.write(codHTML); } function mover(capa,x,y) { eval(layerObj + '["' + capa + '"]' + styleObj + '.left = x'); eval(layerObj + '["' + capa + '"]' + styleObj + '.top = y'); } estilo();
Astigarragako Udala
|
|
|||||||||||||||||||||||||||||||||||||||