私が今持っているのはこのページです。
そして、この画像に示すように、セクションのタイトル ブロック「Employer Information」を、親から抜け出して、本来よりも 40 ピクセル広くしたいと考えています。
これまで私は試しました:
.content form ol {
position: relative;
z-index: 50;
}
.content form ol .section {
position: absolute;
left: -20px;
width: 110%;
z-index: 100;
}
他のいくつかの親要素を position:relative にしようとしましたが、うまくいきませんでした。
何か案が?ありがとう!