Advertisement
str-wrs

Sliding Viewer: 3

Apr 4th, 2013
3,604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. <!--
  2.  
  3. note: only use ONE of the options provided
  4.  
  5. - option a is much simpler with no extra code
  6. - option b requires a bit more effort in terms of the div "info"
  7.  
  8. -->
  9.  
  10. <div id="mygallery" class="stepcarousel">
  11. <div class="belt">
  12.  
  13. <!-- OPTION A -->
  14. <div class="panel">
  15. <a href="URL OF CODE"><img src="IMAGE PREVIEW"/></a>
  16. </div>
  17.  
  18. <!-- OPTION B -->
  19. <div class="panel">
  20. <div class="info">
  21. THEME NAME
  22. <a href="URL OF LIVE PREVIEW">preview</a>
  23. <a href="URL OF CODE">code</a></div>
  24. <img src="IMAGE PREVIEW">
  25. </div>
  26.  
  27. </div>
  28. </div>
  29.  
  30. <!-- this is the pagination, you don't NEED this but it might come in handy. delete if necessary -->
  31.  
  32. <div align="center"><p id="mygallery-paginate" style="width:416px;margin:0px;">
  33. <img src="http://www.dynamicdrive.com/dynamicindex4/opencircle.png" data-over="http://www.dynamicdrive.com/dynamicindex4/graycircle.png" data-select="http://www.dynamicdrive.com/dynamicindex4/closedcircle.png" data-moveby="1" /></p></div>
  34.  
  35. <!-- /end pagination -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement