![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/04/2002, 16:40
|
| | Fecha de Ingreso: diciembre-2001
Mensajes: 41
Antigüedad: 23 años, 1 mes Puntos: 0 | |
Re: Banners que se agrandan Este es el código. Lo conseguí descargándolo directamente desde Doubleclick. Reemplacen URLDESTINO por la página a la que envía al clickear el banner, BANNER468x60 por el banner por defecto (este queda al pasar el mouse por encima) y BANNER468x408 por el banner grande que sale debajo del de 468x60 al pasar el mouse por encima.
Saludos.
________________________________________
<SCRIPT language='JavaScript1.1'>
<!--
if (document.all) {
document.write('<div id=\"banner\" style=\"position:relative; top:0px; left:0px; visibility:visible; z-index:10;\">');
document.write('<A HREF=\"URLDESTINO\" target=\"_blank\" onMouseover=\"expand.style.visibility=\'visib le\';\" onMouseout=\"expand.style.visibility=\'hidden \';\">');
document.write('<IMG SRC=\"BANNER468x60\" BORDER=\"0\" WIDTH=\"468\" HEIGHT=\"60\" ALT=\"Click here...\"><\/A>');
document.write('<div id=\"expand\" style=\"position:absolute; top:60px; left:0px; visibility:hidden; z-index:10;\">');
document.write('<A HREF=\"URLDESTINO\" target=\"_blank\" onMouseover=\"expand.style.visibility=\'visib le\';\" onMouseout=\"expand.style.visibility=\'hidden \';\">');
document.write('<IMG SRC=\"BANNER468x408\" BORDER=\"0\" WIDTH=\"468\" HEIGHT=\"408\" ALT=\"Click here...\"><\/A>');
document.write('<\/div>');
document.write('<\/div>');
} else {
document.write('<A HREF=\"URLDESTINO\" target=\"_blank\">');
document.write('<IMG SRC=\"BANNER468x60\" BORDER=\"0\" WIDTH=\"468\" HEIGHT=\"60\" ALT=\"Click here...\"><\/A>');
}
//-->
</script> |