Example: http://mrdoob.github.com/three.js/examples/canvas_geometry_birds.html
I wish to incorporate the above script into my one home page I am designing. These will have links, buttons and other content etc. The only problem is I can’t seem to get the birds to be above my main content/website. Is there a proper way to present the code in order to have them showing above everything else? Thanks for any and all input!
Edit:
How can I get the birds to show above my actual website so users can see. I have been experimenting with it and every time I bring my website in, or the code in, the birds are behind my actual website and cant be seen. Hope that makes things clearer! Thank you!
It looks like everything is rendered to the container div.
So try replacing this
With this
Alternativly you can insert the container div in the area you want the header to be and it should fit to that space?
EDIT!!
I think I mistook your question? use z-index in the container div