Is there a way I can make an HTML5 canvas the background of a web page I am making and place all the elements on top of it.
So it acts like the <body>
?
I tried doing this with z-index and positioning the elements on top, but then they were click-able or focus-able. I need them to still be functioning, but the canvas to also be clickable just in the background and not clickable where there are elements over it.