CSS: Fixed with horizontal menu, with variable width tabs, using ul

前端 未结 5 523
春和景丽
春和景丽 2020-12-15 09:40

I have a horizontal menu. The markup looks like this:

  • Item 1
  • Longer Item 2
5条回答
  •  天涯浪人
    2020-12-15 10:45

    If you are trying to style the ul (such that it stretches across the entire page), your best bet is to wrap it in a div, and style the div, and then allow the ul to just stretch as far as its content carries it

提交回复
热议问题