的背景兩個div能否請您看看This Demo,讓我知道爲什麼我不能夠過於股利layer2
與黃色背景節電層次爲其他和Canvas
?問題上疊加上HTML5畫布
這裏是我的代碼:
<div id="canvas-wrap">
<canvas id="myCanvas" width="500" height="500"></canvas>
<div id="layer1"></div>
<div id="layer2"></div>
</div>
#canvas-wrap {
position:relative;
width:500px;
height:500px
}
#canvas-wrap canvas {
position:absolute;
top:0;
left:0;
z-index:0
}
#layer1 {
width:500px;
height:500px;
background-image: url('http://i1275.photobucket.com/albums/y443/Behseini/c1f7a913-898d-44aa-ad4a-c73a9cbc5823_zpsb0a0136c.png');
background-repeat: no-repeat;
}
#layer2 {
position:relative;
height:100%;
width:100%;
background-color:yellow;
}
感謝
感謝克里斯這幾乎是我想要的,但我需要在每一個頂部的畫布上畫圖。正如你可以看到圖像在畫布後面 – Suffii
不確定你的意思。在我的小提琴中,您看到了雷鬼搖擺樂男人和黃色 –
前面的紅點,但是我需要在每件事物的頂部都有紅點 – Suffii