javascript - Snow and html stuff -


i'm newbie javascript, , boss ask me chrismas card. i'm using threejs render snow effect on page (found it, great one) using script : http://seb.ly/demos/jssnownew/snow3d.html

but canno't put html component, cause, understand, script creates div @ end of body, , put snow into. let snow sticked @ top, , put text / div / css after.

how can make ?

thanx

the snow rendering in canvas element, simple css:

canvas {     position: fixed;     top: 0; } 

should trick having fixed top of webpage though might last element added body.

however, you'd more accurate answers if shown code.


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

Save and close a word document by giving a name in R -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -