Hi everyone, I'm trying to create a multi-layered canvas, and what I came up with was something like
<canvas class="canv" id="fight_layer1" width="680" height="381" style="position:relative;left:0;top:0;z-index:0">
I canβt use an absolute value that will ruin the layers if im includes the page on another, is there any other way besides this :)
source
share