Best way to manage whitespace between inline list items

后端 未结 8 1142
悲哀的现实
悲哀的现实 2020-11-28 06:48

My HTML is as follows:

8条回答
  •  借酒劲吻你
    2020-11-28 07:02

    A better solution for list items is to use:

    #nav li{float:left; width:auto;}
    

    Has exactly the same visual effect without the headache.

提交回复
热议问题