Quote:
Originally Posted by BirdOPrey5
Assuming you mean a BB Code...
Here is code for a simple spoiler.... based off of code that was here as re-usable at one time but was since deleted by the author it seems:
Code:
<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">
<strong>Spoiler</strong>:
<input type="button" value="Show" 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 = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 5px; border: 1px inset;">
<div style="display: none;">
{param}
</div></div></div>
|
yes thats what a meant, ty so much bird your awesome.^_^