Song 1
Song 2
Song 3

 

Song 4
Song 5
Song 6

 

  1. <!-- Wimpy Button Styles -->
  2. <style type="text/css">
  3.  
  4. .small_button {
  5. display : inline-block;
  6. vertical-align : text-bottom;
  7. background-image: url(play_small.png);
  8. background-repeat: no-repeat;
  9. height: 19px;
  10. width: 21px;
  11. }
  12. .small_button.pause {
  13. background-image: url(pause_small.png);
  14. }
  15.  
  16. .big_button {
  17. display : inline-block;
  18. vertical-align : text-bottom;
  19. background-image: url(play.png);
  20. height: 37px;
  21. width: 37px;
  22. }
  23. .big_button.pause {
  24. background-image: url(pause.png);
  25. }
  26.  
  27. </style>
  28.  
  29.  
  30.  
  31. <!-- Small Butons -->
  32. <div class="small_button" data-wimpybutton="../song1.mp3"></div> Song 1
  33. <div class="small_button" data-wimpybutton="../song2.mp3"></div> Song 2
  34. <div class="small_button" data-wimpybutton="../song3.mp3"></div> Song 3
  35.  
  36.  
  37.  
  38. <!-- Big Butons -->
  39. <div class="big_button" data-wimpybutton="../song1.mp3"></div> Song 4
  40. <div class="big_button" data-wimpybutton="../song2.mp3"></div> Song 5
  41. <div class="big_button" data-wimpybutton="../song3.mp3"></div> Song 6
giItT1WQy@!-/#