Entire div as a link?

后端 未结 8 1377
抹茶落季
抹茶落季 2021-02-04 04:55

I want to use an entire div as a link.. without the use of \"onclick\"

Is this possible with a simple href?

Thanks

8条回答
  •  悲哀的现实
    2021-02-04 05:12

    simple answer is no, you can use onclick with css cursor:pointer to get the same functionality, though.

提交回复
热议问题