Creating Drop Down Menu on click CSS

前端 未结 8 820
夕颜
夕颜 2020-11-28 13:48

I\'m required to build a menu with 5 options, upon clicking a certain one a new sub menu is to appear. I have absolutely no idea how to do this.

8条回答
  •  离开以前
    2020-11-28 14:24

    There are many frameworks that you can use with good looking menus for your needs, not to mention they support all devices (tablets, phones and PCs).

    For example in the twitter bootstrap framework there is exactly what you need, check this tutorial: Twitter bootstrap - Navs

    Read the whole Nav section, at the end they talk about Nav with dropdown for more options. The menu of the tutorial itself is built with the Twitter bootstrap framework.

提交回复
热议问题