Make a div into a link

后端 未结 27 2461
栀梦
栀梦 2020-11-22 03:15

I have a

block with some fancy visual content that I don\'t want to change. I want to make it a clickable link.

I\'m looking for something l

27条回答
  •  天命终不由人
    2020-11-22 04:17

    This is the simplest way.

    Say, this is the div block I want to make clickable:

    So put a href as follows:

    
     

    Just consider the div block as a normal html element and enable the usual a href tag.
    It works on FF at least.

提交回复
热议问题