Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのページをここに持っています。CSS は HEREです。<div id="main-img">後ろにいたい<header>です。以前に何度も z-index を実行しましたが、ここで何が欠けているのかわかりません。ありがとう!!
<div id="main-img">
<header>
div ヘッダーには相対的な位置があり、z-index は同じ位置タイプでのみ機能し ます。ヘッダーのスタイルを次のように変更してみてください。
header { top:0; left:0; position: absolute; height: 172px; max-width: 980px; z-index: 1; }