私は3つの要素を積み重ねています。今では、最も内側の要素を親の後ろに置いて、祖父母の前に置いておきたいと思います。私はz-indexの設定にさまざまなバリエーションを試しましたが、成功はありませんでした。要素はどのようにして親の後ろに位置することができますが、祖父母の前にいますか?
Zインデックスの私の理解として働くshoulコードは次のとおりです。それがないことを除いて
<div style="width: 400px; height: 400px; background-color: purple; position: relative; z-index: 1;">
<div style="width: 200px; height: 200px; background-color: blue; position: relative; z-index: 1;">
<div style="width: 100px; height: 100px; background-color: green; position: relative; z-index: -1;"></div>
</div>
</div>
。
はあなたがトランプを望んでいる@do効果?? – kobe
フェリックス、私は質問を編集しました。 –