画面全体をカバーするイメージがあると、その画像の中央にロゴと実際のウェブサイトにユーザーを取るためのリンクがあるだろう。ここで、iは、ホームページを作成しています。divを画像の内側にオーバーレイするにはどうすればいいですか?
すべて正常に動作していますが、画像とリンクが自動的に画像の下に移動して修正が見つかりません。それはあなたがその多くのコードを必要としないページに表示したいコンテンツだけである場合は
#homebackground{
width:100%;
height:auto;
position:relative;
}
#homebackgroundimage{
width:100%;
height:auto;
position:relative;
display:block;
}
#entersite{
margin:auto;
text-align:center;
width:50%;
height:50%;
position:absolute; z-index:-1;
}
#logohome{
max-width:15%;
max-height:15%;
margin:auto;
position:absolute;
z-index:1;
top:0;
left:0;
}
#entersitelink{
z-index:1;
position:absolute;
text-align:center;
}