Hi Smiley,
Unfortunately I get too many errors when running the code ( after View/Edit copy... ). However, as you probably know, I isolated the snow script ( which I see is from Dynamic Drvide anyway ), and it works OK.
When trying to validate the code of the page using;
http://www.w3schools.com/site/site_validate.asp
it reports an enormous amount of errors. Firstly, identify which of your scripts should be in the <head> section and which should be in the <body> section.
Also, <style> ( CSS ), should be in the <head> section unless you need to use them inline.
Oh, and don't forget to put in;
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
at the top of your page before using the validator.
Sorry I could'nt have been more helpfull but there is obviously something - I suspect a script - interfering eith the 'windowheight' variable. But I would recommend you try the validator first.
Best of luck,
Regards,
Ges.
PS Please don't feel down about this as other members will also post some useful advice.
Bookmarks