Guest User

prestashop spoiler

a guest
Apr 28th, 2013
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.96 KB | None | 0 0
  1. video source:
  2. http://www.youtube.com/watch?feature=player_embedded&v=nBw035NtaiM
  3.  
  4. HTML:
  5. <div class="spoil">
  6. <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 = 'Развернуть'; }"/>
  7. </div>
  8. <div class="alt2">
  9. <div style="display: none;">
  10.  
  11. текст внутри спойлера...
  12.  
  13. </div>
  14. </div>
  15. </div>
  16.  
  17. CSS:
  18. alt2{ margin: 0px;  padding: 6px;  border: 1px inset;}
  19. smallfont{margin-bottom:2px;}
  20. spoil{margin:10px; margin-top:5px;}
Advertisement
Add Comment
Please, Sign In to add comment