hi, the code from you is great..
but i need a modification, i need this Spoiler field to width max 80% from the post.
i have in all threads many tables and all is 80% width.. only this spoiler field is 100%
It does not look good
when i make the [spoiler]my text[/spoiler] in one of my tables, then is this click on "show" not working.
i hope you understand me and my bad english
thank you very much
bye rachr
EDIT: i get the code from the top of this site!
Code:
<div>
<div class="pre-spoiler">
<span style="float:left; padding-top: 2px;">Spoiler</span> <input type="button" value="Show" 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 = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.value = 'Show';}">
</div>
<div>
<div class="spoiler" style="display: none;">{param}</div>
</div>
</div>