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.
css に問題があり、メニュー ヘッダーの下に 3 つ以上のサブカテゴリが表示されます。こちらの例をご覧くださいhttp://thebrlab.com/ugo-mozie/
スタイルシートの 33 行目 - menu.css.
menu.css
の高さを:hoverから93pxに変更し155px;ます。
:hover
93px
155px;
.menu-item:hover ul { height: 155px; }
かなり自明です。