javascript - How to set js as background? -


i'm designing own website , want moving matrix background. found moving matrix-js put in index. can't set js 'background' text placed beneath js.

btw design made css , xhtml. need z-index?

thanks in advance!

http://smcv4001.stellamariscollege.net/stellan2.0

in css, define canvas position absolute , z-index -1

#q {     left: 0;     position: absolute;     top: 0;     z-index: -1; } 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -