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!
in css, define canvas position absolute , z-index -1
#q { left: 0; position: absolute; top: 0; z-index: -1; }
Comments
Post a Comment