Quote:
Originally Posted by subz uk
My snow doesn't seem to show.
i added that code in the bottom in my header and added the snow image to outside of forum directory and linked to the snow image in the script.
maybe i am doing something wrong? 
|
Have You added your picture url here??
PHP Code:
//Configure below to change URL path to the snow image
var snowsrc="http://your directory.com/snow.gif"
Find:
PHP Code:
var i, doc_width = 800, doc_height = 600;
and change the doc width and height to suit your forum 600 width and 600 height worked for me.
Find
PHP Code:
var snowdistance = "pageheight";
and change "pageheight" for "windowheight"