-->

Poner un botón Spoler en tu blog

Para poner un botón Spoler, en tu blog tienes que copiar y pegar en tu entrada en edición HTML


En la edicción de this.value = 'Mostrar el contenido'; Puedes cambiar el texto a mostrar Aquí te dejo el botón como se mostraría



<div><input value="Mostrar" onclick="if(this.parentNode.getElementsByTagName('div')[0].style.display != ''){this.parentNode.getElementsByTagName('div')[0].style.display = '';this.value = 'Ocultar Contenido';}else{this.parentNode.getElementsByTagName('div')[0].style.display = 'none'; this.value = 'Mostrar Contenido';}" type="button" /><div style="display: none;">AQUI EL CONTENIDO QUE QUIERAS OCULTAR</div></div>




AQUI EL CONTENIDO QUE QUIERAS OCULTAR

Publicar un comentario

0 Comentarios