View Full Version : Snowflakes as background?


mjg9171
01-16-2004, 02:33 PM
Is there a way to edit the falling snowflake code so that the pics falling come in as a background behind my main images?

thanks
~Mel

Arc Angel
01-16-2004, 03:13 PM
Off the top of my head... You could probably put your JS in a DIV and add the z-index:# property to it. Then give the rest of your images, tables, etc. I higher z-index number.


<div syle="z-index:#;">
JavaScript
</div>


That help?

mjg9171
01-16-2004, 03:30 PM
can the z # be any number?

I put the javascript as 2 and my image as 5 but the "snow" is still on top...

Arc Angel
01-16-2004, 04:15 PM
Yes, the z-index # can be any number. But most people use 1-10. Do you use netscape? I had forgotten that the z-index property doesn't work on netscape.

mjg9171
01-16-2004, 05:00 PM
just plain old internet explorer.