Snowflakes


I got it working however by updating the winsize function as follows (domWw being the FF code):
function winsize(){
var rh,rw;
if (domWw){
if (d.documentElement && d.defaultView &&
typeof d.defaultView.scrollMaxY == "number"){
rh = window.innerHeight;
rw = window.innerWidth-20;
}
else{
rh = r.innerHeight;
rw = r.innerWidth;
}
h = rh - 2;
w = rw - 2;
}
else{
h = r.clientHeight - 2;
w = r.clientWidth - 2;
}
}
Works great under IE6 and IE7.
it will work in firefox, depend on template.
In some templates you have to move the module to another location. ( user1, right, left, ......)
Check my URL with firefox:
http://www.mbpc.nl/joomla-snow/joomla-snow-module.html
It works !





