Make whole
  • as link with proper HTML
  • 前端 未结 9 2118
    忘掉有多难
    忘掉有多难 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 14:02

      Here's what I do:

      a { display: block; }
      

      Then style the anchors as I see fit.

      Here's the fiddle: http://jsfiddle.net/erik_lopez/v4P5h/

    提交回复
    热议问题