How to make the HTML link activated by clicking on the
  • ?
  • 后端 未结 14 1997
    没有蜡笔的小新
    没有蜡笔的小新 2020-12-07 16:18

    I have the following markup,

    14条回答
    •  离开以前
      2020-12-07 16:50

      Or you can create an empty link at the end of your

    • :

      
      
      .menu li{position:relative;padding:0;}
      .link{
           bottom: 0;
           left: 0;
           position: absolute;
           right: 0;
           top: 0;
      }
      

      This will create a full clickable

    • and keep your formatting on your real link. It could be useful for
      tag as well

    提交回复
    热议问题