Advertisement
Guest User

Untitled

a guest
Nov 14th, 2011
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.31 KB | None | 0 0
  1. <html>
  2.  <head>
  3.   <title>JquerySlider Deneme</title>
  4.   <script src="jquery.js" type="text/javascript"></script>
  5.   <script src="javascript.js" type="text/javascript"></script>
  6.   <link rel="stylesheet" type="text/css" href="slider.css" ></link>
  7.  </head>
  8.  <body>
  9.   <div class="main-slider">
  10.  
  11.     <div class="slider-large-image">
  12.         <div class="large-image" id="slider-image-1">
  13.         <img src="http://www.yazar.gen.tr/wp-content/uploads/2011/06/google-beta2.jpg" alt="" width="520px" height="230px" />
  14.         </div>
  15.         <div class="info-area" id="slider-info-1">
  16.             <a href="http://www.nasilyapmali.com">Nasil yapmali</a>
  17.         </div>
  18.        
  19.     </div>
  20.    
  21.     <div class="slider-sidebar">
  22.         <img class="image1" src="http://www.yazar.gen.tr/wp-content/uploads/2011/06/google-beta2.jpg" alt="" width="110px" height="68px" />
  23.         <img class="image2" src="http://www.yazar.gen.tr/wp-content/uploads/2011/06/google-beta2.jpg" alt="" width="110px" height="68px" />
  24.         <img class="image3" src="http://www.yazar.gen.tr/wp-content/uploads/2011/06/google-beta2.jpg" alt="" width="110px" height="68px" />
  25.         <img class="image4" src="http://www.yazar.gen.tr/wp-content/uploads/2011/06/google-beta2.jpg" alt="" width="110px" height="68px" />
  26.        
  27.     </div>
  28.  
  29.   </div>
  30.  </body>
  31. </html>
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement