Advertisement
theme_bean

music

Oct 23rd, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <--------paste the code below above </style>-------->
  2.  
  3. #musicplayer {
  4. position: fixed !important;
  5. right:5px !important;
  6. bottom:5px !important;
  7. -moz-transition: all 0.8s ease-out;
  8. -webkit-transition: opacity 0.7s linear;
  9. -webkit-transition: all 0.8s ease-out;
  10. transition: all 0.8s ease-out;
  11. width: 104px;
  12. height: 25px;
  13. opacity:0.6;
  14. }
  15.  
  16. <--------paste the code below under the <body> tag-------->
  17.  
  18. <div id="musicplayer">MUSICPLAYERCODEHERE</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement