Facebook
From Sweltering Teal, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 316
  1. <html>
  2.         <head>
  3.         <style>
  4.         #miniatury img{
  5.                 height: 50px;
  6.                 cursor: pointer;       
  7.                 }
  8.                 #xD {
  9.                 height: 500px;
  10.                 width: 500px;  
  11.                 border-width: 1px;
  12.                 border-style: solid;
  13.                 border-color: #FF0000;
  14.                 }
  15.         </style>
  16. <script>
  17.                 window.onload = function() {
  18. x = document.getElementById('miniatury').getElementsByTagName('img')
  19. for(i=0; i<x.length; i++) {
  20.  x[i].onclick = function() {
  21.          for(z=0; z<x.length; z++) {
  22.           x[z].style.border='';
  23.  }
  24.  document.getElementById('fotki').src=this.src;
  25.    this.style.border='solid 2px #FF0000';
  26.  }
  27. }
  28. };
  29. </script>              
  30.        
  31.         </head>
  32.     <body>
  33.                 <h1>Reprezentuje JP</h1>
  34.                 <div id="miniatury">
  35. <img src="img/Patron.gif" alt="JP">
  36. <img src="img/2222_773a0.jpg" alt="JP">
  37. <img src="img/85328292fb1c.jpg" alt="JP">
  38. <img src="img/header.jpg" alt="JP">
  39. <img src="img/zbysiu.gif" alt="JP">
  40.         </div>
  41.         <div id="xD">
  42.                         <img id="fotki">
  43.         </div>
  44.     </body>
  45. </html>
  46.  
  47. <script type="text/javascript">
  48.  
  49.  
  50.  
  51. </script>
  52.