Because of curiosity how to make a snow effect, I finally figure out how to make it. And once traced, the steps are easy. (To see examples please open this blog).
Jikar interested in creating a falling snow, you can follow these steps:
* Log into your blogger account.
* From the Dashboard page, select Layout and then select Edit HTML.
* Copy the script below, and place (paste) under the code (which was situated at the beginning of the blog template script).
<script language='JavaScript'>
var no = 7;
var speed = 9;
var snowflake = "http://img.webme.com/pic/m/monimaus-monalila/gemischte_herzen_0148.gif";
</script>
<script language='JavaScript' src='http://enes-sc.googlecode.com/files/fallinsnow.js'/>
Post a Comment