can we get a spoiler box as seen in the giantitp.com/forums the brown box than you click on to expand?
just another idea that i think works well in a forums environment

<div class="pre-spoiler">
<span style="float: left; padding-top: 2px;">Spoiler</span> <input value="Show" style="margin: 0px; padding: 0px; width: 80px; font-size: 10px;" 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';}" type="button">
</div>
<div>
<div class="spoiler" style="display: none;">{{{1}}}</div>
</div>


<html>
<head>
<style>
dl.spoiler dd {visibility: hidden;}
dl.spoiler:hover dd {visibility: visible;}
</style>
</head>
<body>
some text
<dl class='spoiler'>
<dt>Spoiler</dt>
<dd>This stuff is invisible</dd>
</dl>
more text
</body>
</html>


Return to Suggestions/Requests
Users browsing this forum: No registered users and 0 guests