Follow the quick and easy-to-follow instructions below:
- Starting from your Blogger dashboard, go to Template and then click on Edit HTML.
- By pressing Ctrl+F, search for body{ in your template’s code and replace the background property with the following code below:
background:#c1deee url
(http://hidedoor.com/servlet/redirect.srv/sruj/scxpfacrhvknygclmf/s4jo/p2/-
bH9AzBUEiTc/UQW6yyxXtUI/AAAAAAAAAwI/8JRy5jzq4Ps/s912/JD8mWs7.png) repeat-x scroll top
left;
TIP: Better to save and upload the image into your own server or any image hosting service that you may happen to have an account with, so as to avoid the risk of encountering any 404 error.- Next, using Ctrl+F again, search for the </head> tag then copy/paste the code below:
<scriptNOTE: If you already happen to have the first line of code (one highlighted in red) in your template then you can just exclude it and just copy the one below it instead.
src='http://hidedoor.com/servlet/redirect.srv/sruj/sbsamrzvefy/srvfx/p1/ajax/libs/jquery/1/j
query.min.js' type='text/javascript'/>
<script charset='utf-8' type='text/javascript'>var scrollSpeed=70;var step=1;var
current=0;var imageWidth=2247;var headerWidth=800;var restartPosition=-(imageWidth -
headerWidth);function scrollBg(){current -=step;if (current==restartPosition){current=0;}
$('body').css("background-position",current+"px
0");}var init=setInterval("scrollBg()", scrollSpeed)
</script>
- Save your template and you’re done! View your blog and see if you got it right. Enjoy!
0 comments:
Post a Comment