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.
私はこのサイトでワードプレスサイトを作成しています。つまり、7を除くすべてのブラウザでメニューが機能します。問題は、親メニューが子メニューの上に水平に表示され、z-indexの問題もありました
私のサイトのURL
http://kitchco-dev.com/
この変更を保持してから正しく機能する
nav li { position: relative; z-index: 99; } #access li li { clear:both; display:block; }