Share Pastebin
Guest
Public paste!

moderatopn

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 0.80 KB | Hits: 57 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. <div style="margin:20px; margin-top:5px">
  2. <div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b> for <i>{option}</i>: <input type="button" value="Show" style="width:60px;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'; }">
  3. </div>
  4. <div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;">
  5. <div style="display: none;">
  6. {param}
  7. </div>
  8. </div>
  9. </div>