Christmas Decorations
Using Jamroom
It doesn't really matter what CSS file you put it in, totally up to you. I added it to my site.css file for my skin.
If you use my instructions, you won't need Michael's code.
Hope this helps!
/* SNOW DIV */
#snow-div {
position: relative;
overflow: hidden;
_zoom: 1; /* IE 6 display fix */
}
<div id="snow-div">
Content should go inside this div...
</div>
this.targetElement = null; // element which snow will be appended to (null = document.body) - can be an element ID eg. 'myDiv', or a DOM node reference
this.targetElement = snow-div; // element which snow will be appended to (null = document.body) - can be an element ID eg. 'myDiv', or a DOM node reference