Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- video source:
- http://www.youtube.com/watch?feature=player_embedded&v=nBw035NtaiM
- HTML:
- <div class="spoil">
- <div class="smallfont">Текст описания спойлера<input type="button" value="Развернуть" class="input-button" 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 = 'Свернуть'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Развернуть'; }"/>
- </div>
- <div class="alt2">
- <div style="display: none;">
- текст внутри спойлера...
- </div>
- </div>
- </div>
- CSS:
- alt2{ margin: 0px; padding: 6px; border: 1px inset;}
- smallfont{margin-bottom:2px;}
- spoil{margin:10px; margin-top:5px;}
Advertisement
Add Comment
Please, Sign In to add comment