.post-body:first-letter { float:left; color: #333333; font-size:100px; font-family:none; line-height:80px; padding-top:1px; padding-right:5px; } font-style: italic; } span.letracapital{ float: left; font-size: 40px; line-height: 35px; /* Dobla el alto de linea menos 1 pixel */ font-family: Georgia, "Times New Roman", Times, serif; color: #2583ad; /* Azul */ padding-right: 5px; } -->

Recent Posts

Poner un botón Spoler en tu blog

21 jul 2016
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

No hay comentarios:

Publicar un comentario

Deja tu comentario y en breve te contestaremos