CSS list item width/height does not work

前端 未结 6 570
谎友^
谎友^ 2020-12-02 22:35

I tried to make a navigation inline list. You can find it here: http://www.luukratief-design.nl/dump/parallax/para.html

For some reason it does not display the widt

6条回答
  •  爱一瞬间的悲伤
    2020-12-02 23:11

    Inline items cannot have a width. You have to use display: block or display:inline-block, but the latter is not supported everywhere.

提交回复
热议问题