![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
15/01/2008, 13:55
|
| | Fecha de Ingreso: enero-2008
Mensajes: 581
Antigüedad: 17 años Puntos: 9 | |
Re: problema con Funcion para menu desplegable CODIGO COMPLETO
<style>
*html .bm{position:absolute;
width: expression( (width = document.body.clientWidth ? document.body.clientWidth : document.body.clientWidth));
top: expression( 0 + (top = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + \'px\' );}
body{backnhground:url(wide-wallpaper-1280x800-027.jpg) center fixed;}
.bm{position:fixed; top:0; left:0; width:100%; height:30; background:url(barra.png) top repeat-x;}
.bm td{vertical-align:top;}
.bm a{display:block; height:30; line-height:30px; text-align:center; text-decoration:none; outline:0; color:black; font-size:16px; font-family:Tahoma, Geneva; background:url(enlace.png);}
.bm a:hover{background:url(enlace.png) 0px 30px;}
.bm .td, .bm a{width:160;}
.td div{overflow:hidden; height:30px;}
</style>
<script language="Javascript">
i=30
function Mostrar(desplegable){
desplegable.style.height="auto";
h=desplegable.offsetHeight;
i ++
desplegable.style.height=i+"px";
if (i < h){setTimeout("Mostrar()",30)}
}
function Ocultar(desplegable){desplegable.style.height=30+" px";}
</script>
<div class=bm>
<table border=0 cellspacing=0 cellpadding=0 width=100%><tr><td>*</td><td class=td><div onMouseOver="Mostrar(this);" onMouseOut="Ocultar(this);">
<a href=index.php>Portada</a>
<a href=modules.php?name=Content&pa=showpage&pid=3>¿Q uienes somos?</a>
<a href=modules.php?name=Forums&file=viewtopic&t=533> Plataforma</a>
<script languaje="javascript">function mailAntiSpam(){
var usuario = "anhida"
var dominio = "gmail.com"
document.write("<a href=\"mailto:" + usuario + "@" + dominio + "\">" + usuario + "@" + dominio + "</a>")}mailAntiSpam()</script>
</div></td><td class=td><div onMouseOver="Mostrar(this);" onMouseOut="Ocultar(this);">
<a href=modules.php?name=Forums>Comunidad</a>
<a href=modules.php?name=Private_Messages>Tu cuenta</a>
<a href=modules.php?name=Forums>Foros</a>
<a href=http://www.anhida.org/chat/ target=blank>Chat</a>
<a href=http://www.asociaciones.anhida.org target=blank>Asociaciones</a>
</div></td><td class=td><div onMouseOver="Mostrar(this);" onMouseOut="Ocultar(this);">
<a href=modules.php?name=Content&pa=showpage&pid=1>TD AH</a>
<a href=modules.php?name=Content&pa=showpage&pid=2>Ac tividades</a>
</div></td><td>*</td></tr></table>
</div> |