The Arcive of vBulletin Modifications Site. |
|
spoiler expande with frame Details »»
|
|||||||||||||||||||||||||
Spoiler expande wiht frame... Author: Figu120 and Mariom. Imagen to upload: 1 Time to install: 1 minute max LIVE DEMO: Parcherock.com LIVE DEMO: by Figu120 http://www.parcherock.com/showthread...sted=1#post824 Tag with which you can hide a very long ... In a framework to prevent the site to expand much vertically ... Ir a AdminCP => C?digos BB => Administrador de C?digos BB => Crear nuevo C?digo BB Step 2: Title: Code:
Spoilers frame Code:
expan Code:
<table width="90%" border="0" align="center" cellpadding="2" cellspacing="2" bgcolor="#555555">
<tr><td bordercolor="#FFFFFF"><fieldset class="bbfieldset"><legend class="bblegend">Contenido</legend><div>
<div class="pre-spoiler">
<input type="button" value="Ver" style="width:80px;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.value = 'ver';}">
</div>
<div>
<div class="spoiler" style="display: none;"><table width="100%" height="100%" bgcolor="#d3d3d3">
<tr>
<td>{param}</td>
</tr>
</table>
</div>
</div>
</div></fieldset></td></tr></table>
Code:
[expan]test[/expan] Tag with which you can hide a very long ... In a framework to prevent the site to expand much vertically ... Use {option}: Not Usar {option}: No Button Image: You Ubication Click Install Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Thanks!
First to reply |
|
#3
|
|||
|
|||
|
|
|
#4
|
||||
|
||||
|
very good
Install! |
|
#5
|
|||
|
|||
|
Here's an english version you all can use....
<table width="90%" border="0" align="center" cellpadding="2" cellspacing="2" bgcolor="#555555"> <tr><td bordercolor="#FFFFFF"><fieldset class="bbfieldset"><legend class="bblegend">Hidden Content</legend><div> <div class="pre-spoiler"> <input type="button" value="Show Me The Goods!" style="width:200px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName(' div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('d iv')[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = 'Im Done....Put It Back'; } else { this.parentNode.parentNode.getElementsByTagName('d iv')[1].getElementsByTagName('div')[0].style.display = 'none'; this.value = 'Show Me The Goods!';}"> </div> <div> <div class="spoiler" style="display: none;"><table width="100%" height="100%" bgcolor="#d3d3d3"> <tr> <td><font color="black">hide me!</font></td> </tr> </table> </div> </div> </div></fieldset></td></tr></table> |
|
#6
|
|||
|
|||
|
Ok thanks
|
![]() |
|
|