Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <div class="ExpandableBox">
  2. <h3><a href="#Section1">Title 1</a></h3>
  3. <div id="Section1"><p>1 It replaces all weapon lights except the ones for M9 pistols or similar (i think).</p></div>
  4. </div>
  5. <div class="ExpandableBox">
  6. <h3><a href="#Section2">Title 2</a></h3>
  7. <div id="Section2"><p>2 It replaces all weapon lights except the ones for M9 pistols or similar (i think).</p></div>
  8. </div>
  9. <div class="ExpandableBox">
  10. <h3><a href="#Section3">Title 3</a></h3>
  11. <div id="Section3"><p>3 It replaces all weapon lights except the ones for M9 pistols or similar (i think).</p></div>
  12. </div>
  13.  
  14. #Section1,
  15. #Section2,
  16. #Section3 {
  17. display: none;
  18. }
  19.  
  20. #Section1:target,
  21. #Section2:target,
  22. #Section3:target {
  23. display: block;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement