Página 1 de 1

Duda no aclarada

Publicado: 03 May 2012, 23:58
por Fer 10
Hola tengo un foro phpbb3 y buscaba un spoiler en el que se le pueda dar nombre al boton...
Encontré un tema en el que el spoiler servia pero no se podía poner uno dentro de otro...
Podrían decirme como poner el spoiler dentro de otro?
Si aceptan aquí les dejo el código:

Código: Seleccionar todo

<div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Oculto:</b> <input type="button" value="Ver" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Ocultar'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Ver'; }" /></div><div class="quotecontent"><div style="display: none;">{TEXT}</div></div></div>
Si me ayudan gracias por adelantado :roll:

Re: Duda no aclarada  Tema Solucionado

Publicado: 04 May 2012, 01:30
por angelismo

Faltan los de soporte ,lee las normas