I have this crazy problem, we are migrating to Bootstrap
My java script code create 2 canvas over an image and insert into div; mouse over(blue) and click (red) draws on canvas.
Some code:
<div id="map_container">
<canvas id="myCanvas2" style="z-index: 301; left: 0px; top: 1079px;" width="960px" height="560px"></canvas>
<img id="map_img" src="img/PlantaBaja.svg" alt="Edificio Nuevo Planta Baja" usemap="#blueprint_map" style="width: 960px; height: 560px; z-index: 1; position: relative;">
<map id="blueprint_map" name="blueprint_map">...</map>
<canvas id="myCanvas" style="z-index: 302; left: 0px; top: 1079px;" width="960px" height="560px"></canvas>
</div>
They have the same position, but its not working.
No Bootstrap: No Bootstrap
Bootstrap: Bootstrap
Seems to load right, them change after a second.