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.
自分のサイトのヘッダーの下に表示されるようにするにはどうすればよいslicknavですか 私が行ったことのリンクは以下にあります
slicknav
落ちた翼
垂直方向ではなく水平方向のナビゲーションが必要ですか? 試す:
#navbar ul li {display: inline;} #navbar a {display: inline-block;}
#navbar のフロートと幅のプロパティを削除します。