13/01/2015, 06:14
|
| | Fecha de Ingreso: enero-2015 Ubicación: Malaga
Mensajes: 5
Antigüedad: 9 años, 10 meses Puntos: 0 | |
Respuesta: Mostrar spoiler al pulsar una tabla texto Dejo la solución :
Replace :
Código:
<div style="padding-left: 10px">
<b>Spoiler: </b><span style="color: #A0A0A0">[ pulsa para ver ]</span>
<div style="border-radius: 6px 0px 0px 6px; border: 1px inset black; margin-right: 40%; margin-top: 5px" >
<div style="cursor: pointer" title="Click to Reveal Contents" onclick="if (this.firstElementChild.style.visibility == 'hidden'){this.firstElementChild.style.visibility = 'visible'; this.title='Click to Hide Contents'} else {this.firstElementChild.style.visibility = 'hidden'; this.title='Click to Reveal Contents'}">
<div style="visibility: hidden; padding: 5px">
{param}
</div>
</div>
</div>
</div>
Listo :D |