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 - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -