2014-03-29

Change body background color/image using JavaScript

   document.body.style.backgroundColor = '#000';
   document.body.style.backgroundImage = 'PathToImage';

No comments:

Post a Comment