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
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="imageView" width=100%; height=100%;>
<table>...</table>
</canvas>
© Stack Overflow or respective owner