Takakashi_z

fwfwfwfwfwf

Nov 12th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. <script>
  2. function bioDisplay() {
  3. var x = document.getElementById("bioDiv");
  4. var y = document.getElementById("descDiv");
  5. if (x.style.display === "none") {
  6. x.style.display = "block";
  7. y.style.display = "none";
  8. } else {
  9. x.style.display = "none";
  10. }
  11. } function descDisplay() {
  12. var x = document.getElementById("descDiv");
  13. var y = document.getElementById("bioDiv");
  14. if (x.style.display === "none") {
  15. x.style.display = "block";
  16. y.style.display = "none";
  17. } else {
  18. x.style.display = "none";
  19. }
  20. }
  21. </script>
  22. <style>
  23. body{
  24. background-color:#323232;
  25. overflow-x:hidden;
  26. scrollbar-track-color:#323232;
  27. scrollbar-face-color:red;
  28. scrollbar-arrow-color:red;
  29. }
  30. .buttongroup{
  31. width:360px;
  32. }
  33. button{
  34. float:left;
  35. border-top: solid #939393 1px;
  36. border-left: solid #939393 1px;
  37. border-right: solid #0D0D0D 2px;
  38. border-bottom: solid #0D0D0D 2px;
  39. background-color: #452C28;
  40. padding: 10px;
  41. width:50%;
  42. color:#D07362;
  43. font-size: 17px;
  44. cursor: pointer;
  45. text-align: center;
  46. }
  47. .bioDiv{
  48. border:2px black solid;
  49. background-color:#EAEAEA;
  50. padding:10px;
  51. width:340px;
  52. clear:both;
  53.  
  54. }
  55. </style>
  56. <body>
  57. <center>
  58.  
  59. <img src=https://image.ibb.co/fu2WvA/eaad9cc877035be520179d814fd112cf.jpg width=360px>
  60. <div class="buttongroup">
  61. <button onclick="bioDisplay()">Mini Bio</button>
  62. <button onclick="descDisplay()">Description</button>
  63. </div>
  64. <div id="bioDiv" class="bioDiv" style="display:none;">
  65. Village: Iwagakure<br>
  66. Rank: Genin Major<br>
  67. <br><img src=http://th01.deviantart.net/fs28/PRE/i/2008/106/d/1/Random_Uchiha_Crest_by_p3TriFi3d.jpg width=50 style="float:right;margin-top:5px;margin-right:-5px;">
  68.  
  69. </div> <div id="descDiv" class="bioDiv" style="display:none;">
  70. A youth who exudes a sense of purpose, and a desire to learn. He's still quite young, but has acquired a sizeable amount of experience in a short span of time. An impression of patriotism exudes from this youth, as his pride in both his clan and his village are paramount.
  71. </div>
  72. </center>
  73. <object width="0" height="0"><param name="movie" value="https://vocaroo.com/player.swf?playMediaID=s1bagi8bxfMa&autoplay=1"></param><param name="wmode" value="transparent"></param><embed src="" width="0" height="0" wmode="transparent" type="application/x-shockwave-flash"></embed></object><br>
  74. </body>
Advertisement
Add Comment
Please, Sign In to add comment