Make a div into a link

后端 未结 27 1683
栀梦
栀梦 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:01

    My smarty pants answer:

    "Evasive answer to: "How to make block level element a hyperlink and validate in XHTML 1.1"

    Just use HTML5 DOCTYPE DTD."

    Didn't actually hold true for ie7

    onclick="location.href='page.html';"

    Works IE7-9, Chrome, Safari, Firefox,

提交回复
热议问题