Advertisement
kawaiibuu

change background

Dec 27th, 2013
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1.  
  2. CSS: paste this after the </style> tag when editing your theme.
  3.  
  4.  
  5.  
  6.  
  7. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  8. <script>
  9. /** CODE BY MEANCUTIE/SOFTWARING AT HTTP://JUBILEETHEMES.TUMBLR.COM DO NOT EDIT **/
  10. $.fn.changebackground = function(msg) {
  11. $("body").css("background-image", "url("+msg+")");
  12. };
  13. </script>
  14.  
  15. HTML: paste this in the <img> codes in the {block:Photo} area.
  16.  
  17.  
  18.  
  19.  
  20. onmouseover="$(this).changebackground('{PhotoURL-HighRes}')"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement