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コードを調べました.sf-menu ulセクションでtop:100%をbottom:100%に変更すると機能します。
.sf-menu ul { bottom:100%; display:none; left:0; position:absolute; z-index:99; }