Guest User

Untitled

a guest
Apr 15th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <title></title>
  5.  
  6. <head>
  7.  
  8. </head>
  9.  
  10. <body>
  11.  
  12. <div id="main" align="center">
  13. <h2>Stylish jQuery based Image Gallery with random Effects.</h2>
  14. <div id="wrap">
  15. <div class="imagePlace">
  16. <img id="1" class="a" src="<?php bloginfo('template_url'); ?>/images_galeria/1smallB.jpg" alt="" width="180" />
  17. <img class="b" src="<?php bloginfo('template_url'); ?>/images_galeria/1small.jpg" alt="" width="180" />
  18. </div>
  19.  
  20. <div class="imagePlace">
  21. <img id="2" class="a" src="<?php bloginfo('template_url'); ?>/images_galeria/2smallB.jpg" alt="" width="180" />
  22. <img class="b" src="<?php bloginfo('template_url'); ?>/images_galeria/2small.jpg" alt="" width="180" />
  23. </div>
  24.  
  25. <div class="imagePlace">
  26. <img id="3" class="a" src="<?php bloginfo('template_url'); ?>/images_galeria/3smallB.jpg" alt="" width="180" />
  27. <img class="b" src="<?php bloginfo('template_url'); ?>/images_galeria/3small.jpg" alt="" width="180" />
  28. </div>
  29.  
  30. <div class="imagePlace">
  31. <img id="4" class="a" src="<?php bloginfo('template_url'); ?>/images_galeria/4smallB.jpg" alt="" width="180" />
  32. <img class="b" src="<?php bloginfo('template_url'); ?>/images_galeria/4small.jpg" alt="" width="180" />
  33. </div>
  34.  
  35. <div class="imagePlace">
  36. <img id="5" class="a" src="<?php bloginfo('template_url'); ?>/images_galeria/5smallB.jpg" alt="" width="180" />
  37. <img class="b" src="<?php bloginfo('template_url'); ?>/images_galeria/5small.jpg" alt="" width="180" />
  38. </div>
  39.  
  40. <div class="imagePlace">
  41. <img id="6" class="a" src="<?php bloginfo('template_url'); ?>/images_galeria/6smallB.jpg" alt="" width="180" />
  42. <img class="b" src="<?php bloginfo('template_url'); ?>/images_galeria/6small.jpg" alt="" width="180" />
  43. </div>
  44. </div>
  45.  
  46. <div id="frame"><img id="1image" src="<?php bloginfo('template_url'); ?>/images_galeria/1big.jpg" alt="" width="500px" />
  47. <img id="2image" style="display: none;" src="<?php bloginfo('template_url'); ?>/images_galeria/2big.jpg" alt="" width="1" />
  48. <img id="3image" style="display: none;" src="<?php bloginfo('template_url'); ?>/images_galeria/3big.jpg" alt="" width="1" />
  49. <img id="4image" style="display: none;" src="<?php bloginfo('template_url'); ?>/images_galeria/4big.jpg" alt="" width="1" />
  50. <img id="5image" style="display: none;" src="<?php bloginfo('template_url'); ?>/images_galeria/5big.jpg" alt="" width="1" />
  51. <img id="6image" style="display: none;" src="<?php bloginfo('template_url'); ?>/images_galeria/6big.jpg" alt="" width="1" />
  52. <div id="1_caption" class="caption" style="display: block;">1 - Lorem Ipsum is simply dummy text of the printing and typesetting industry. Shrek Image one.</div>
  53. <div id="2_caption" class="caption">2 - Lorem Ipsum is simply dummy text of the printing and typesetting industry. Shrek Image one.</div>
  54. <div id="3_caption" class="caption">3 - Lorem Ipsum is simply dummy text of the printing and typesetting industry. Shrek Image one.</div>
  55. <div id="4_caption" class="caption">4 - Lorem Ipsum is simply dummy text of the printing and typesetting industry. Shrek Image one.</div>
  56. <div id="5_caption" class="caption">5 - Lorem Ipsum is simply dummy text of the printing and typesetting industry. Shrek Image one.</div>
  57. <div id="6_caption" class="caption">6 - Lorem Ipsum is simply dummy text of the printing and typesetting industry. Shrek Image one.</div>
  58. </div>
  59. </div>
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment