How to make the absolute child width independent from the relative parent width?

前端 未结 2 1786
说谎
说谎 2021-01-13 03:00

I need to realize this menu with its submenu:

I set the main menu to be a ul/li with li float: left; display: b

2条回答
  •  情话喂你
    2021-01-13 03:23

    Try this

    add one class as like this

    Css

    .submenu{display:inline-block;}
    

    your nav code

    
    

    Demo

提交回复
热议问题