Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- function bioDisplay() {
- var x = document.getElementById("bioDiv");
- var y = document.getElementById("descDiv");
- if (x.style.display === "none") {
- x.style.display = "block";
- y.style.display = "none";
- } else {
- x.style.display = "none";
- }
- } function descDisplay() {
- var x = document.getElementById("descDiv");
- var y = document.getElementById("bioDiv");
- if (x.style.display === "none") {
- x.style.display = "block";
- y.style.display = "none";
- } else {
- x.style.display = "none";
- }
- }
- </script>
- <style>
- body{
- background-color:#323232;
- overflow-x:hidden;
- scrollbar-track-color:#323232;
- scrollbar-face-color:red;
- scrollbar-arrow-color:red;
- }
- .buttongroup{
- width:360px;
- }
- button{
- float:left;
- border-top: solid #939393 1px;
- border-left: solid #939393 1px;
- border-right: solid #0D0D0D 2px;
- border-bottom: solid #0D0D0D 2px;
- background-color: #452C28;
- padding: 10px;
- width:50%;
- color:#D07362;
- font-size: 17px;
- cursor: pointer;
- text-align: center;
- }
- .bioDiv{
- border:2px black solid;
- background-color:#EAEAEA;
- padding:10px;
- width:340px;
- clear:both;
- }
- </style>
- <body>
- <center>
- <img src=https://image.ibb.co/fu2WvA/eaad9cc877035be520179d814fd112cf.jpg width=360px>
- <div class="buttongroup">
- <button onclick="bioDisplay()">Mini Bio</button>
- <button onclick="descDisplay()">Description</button>
- </div>
- <div id="bioDiv" class="bioDiv" style="display:none;">
- Village: Iwagakure<br>
- Rank: Genin Major<br>
- <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;">
- </div> <div id="descDiv" class="bioDiv" style="display:none;">
- 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.
- </div>
- </center>
- <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>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment