Prevent wrapping of menu items

后端 未结 6 1756
面向向阳花
面向向阳花 2020-12-24 02:00

I created a horizontal navigation (menu) bar for my site. When I re-size my window to a size smaller than that of the bar, the menu items get wrapped. I want the menu to rem

6条回答
  •  甜味超标
    2020-12-24 02:14

    When you don't know the width because the links can differ in width you could use display: inline-block on the list item

  • and white-space:nowrap on the list itself

      http://jsfiddle.net/Frd8J/

提交回复
热议问题