Delicious LinkedIn Facebook Twitter RSS Feed

Leer más..., Seguir leyendo... (4)

Si no lo tenemos colocamos el código antes de </head>:

<script type='text/javascript' src='http://www.google.com/jsapi'></script>

<script type='text/javascript'>

google.load("prototype","1.6.0.3");

google.load("scriptaculous", "1.8.2");

</script>



Cambiar Boton1 por 2, 3, 4, etc...




O dejarle el mismo numero para Abrir y Cerrar








Código con botón abrir y botón cerrar: (ejemplo Abrir 2)
<input onclick="Effect.toggle('Boton1','slide'); return false" value="Abrir 2" type="button" />
<div id="Boton1" style="overflow: visible; display: none; text-align: left;">CONTENIDO CON LO QUE QUIERAS OCULTAR<input onclick="Effect.toggle('Boton1','slide'); return false" value="Cerrar" type="button" /><div id="Boton1" style="overflow: visible; display: none; text-align: left;"></div></div>
Boton1: es el nombre unico que hay que cambiar cada ves que se crea un botón.(tiene que ser distinto en cada botón)
value="Abrir 2": dentro de vaule es el texto que muestra el botón.

0 comments:

Post a Comment