An html5 canvas element in the background of my page?

Posted by fx42 on Stack Overflow See other posts from Stack Overflow or by fx42
Published on 2010-04-27T08:15:55Z Indexed on 2010/04/27 8:23 UTC
Read the original article Hit count: 170

Filed under:
|

Is it possible to have a full screen canvas element in the background of a webpage and "normal" markup elements like a table in front of it?

like the following snippet (if it wouldn't be used as alternative content):

<canvas id=&#34;imageView&#34; width=100%; height=100%;>
<table>...</table>
</canvas>

© Stack Overflow or respective owner

Related posts about html5

Related posts about canvas