Make whole
  • as link with proper HTML
  • 前端 未结 9 2117
    忘掉有多难
    忘掉有多难 2021-02-02 13:23

    I know this has been up a lot of times before, but I couldn\'t find any solution in my specific case.

    I\'ve got a navigation bar and I want the whole

  • 9条回答
    •  星月不相逢
      2021-02-02 13:58

      I think you may have meant inline-block, not inner-block:

      li a {display: inline-block; height: 100%; width: 100%; }
      

      Also, inline-block has its own set of problem with older IE browsers, and probably won't react how you'd expect.

    提交回复
    热议问题