ばかげた間違いだと思いますが、答えが見つかりません。ですから、あなたがそれを簡単に見て、私を助けてくれることを願っています. 私はこれに慣れていないので、他の人の質問からすでに多くのことを学びました.
これが私のコードです:
</head>
<style type="text/css">
.imgA1 { position:absolute; position: absolute;
margin-left: auto;
margin-right: auto;
top: 30;
left: 0;
right: 0; z-index: -2; }
.imgB1 {
position:absolute; position: absolute;
margin-left: auto;
margin-right: auto;
top: 0;
left: 0;
right: 0; z-index: 2; }
</style>
<style>
div.ex { position:absolute; position: absolute;
margin-left: auto;
margin-right: auto;
top: 30;
left: 0;
bottom:0;
right: 0; z-index: 1;
width: 800px;
padding: 0px;
border: 0px solid gray;
margin: 0px;
text-align: justify;
}
</style>
<img class=imgA1 src="images/middenstuk.png"/>
imgA1 は中央に配置されていますが、テキスト ボックスが動かない:
<div class="ex">Hallo
<a href="Hoeveel.html">>NEXT</a></div>
どんな種類の助けでも大歓迎です!