これは、私が取り組んでいるドメインhttp://linenwoods.comへのリンクです。ナビゲーション リストの項目をヘッダーに合わせますが、ドロップ ダウン メニューが実装されると、現在表示されているように #main div の下に配置されると確信しています。これを修正する簡単な方法はありますか?Google検索からこれに関連するものを見つけることができませんでした..誰かが私を助けてくれることを望んでいました. 以下は関連するCSSです.. IE8が奇妙にレンダリングすると言われたため、z-indexで遊んでみましたが、うまくいきませんでした。時間があれば、IE のリンクをたどって応答を残してください. どんな助けでも大歓迎です:)
body {
background-image:url('Background1.jpg');
background-position: center;
height: 100%;
margin: 0;
padding: 0;
opacity: 0.8;
filter: alpha(opacity=80);
}
#main {
width : 1010px;
height: 1315px;
background-color: white;
margin-top: 15px;
filter: alpha(opacity=80);
}
header {
width: 1010px;
height: 230px;
background-color: white;
margin: 0 auto;
margin-top: 15px;
filter: alpha(opacity=80);
}
footer {
width: 1010px;
height: 230px;
background-color: white;
margin: 15px 0 15px 0;
filter: alpha(opacity=80);
}