Click to See Complete Forum and Search --> : I am misreading the snow effect Script


forceten32
07-04-2003, 01:51 AM
http://javascript.internet.com/bgeffects/snow.html

It works fine except, because my long auction page is about 8 1/2 x60, I need the snow to do more than cover the top 20-30%. There are some controls within the script but I can't find where I can extend the length of the snowfall.

I tried moving the script to a more desirable place within the body but the snow still begins at the top of the page and cuts off fairly quickly.

Thanks for any assistance.

Fred

chrismartz
07-04-2003, 09:27 AM
<!-- Begin
var no = 25; // snow number


you could change the number of snow flakes to a greater amount or change this variable to the width and height of your page


var i, doc_width = 800, doc_height = 600;