Make CSS Drop Down Menu 2 Columns

后端 未结 3 454
挽巷
挽巷 2020-12-30 09:54

I currently have a css

  • dropdown menu that uses the following code. Unfortunately I want the sub menus to display in 2 columns as there are
3条回答
  •  青春惊慌失措
    2020-12-30 10:39

    To make the listings display alpha down instead of across, wrap half of the

  • 's in a div, and the other half in another div. Then float the divs left.

提交回复
热议问题