a href link on img

前端 未结 1 1471
借酒劲吻你
借酒劲吻你 2021-01-04 02:57

Hi I have the following code to have few links on top of img. It works well in FF but not in IE. It seems IE is not clickable if you put link on top of im

1条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-04 03:40

    are you just trying to make the image clickable?

    you can't have that's not a correct html tag.

    either place inside like so:

    another way is to set a div with a background image of your image and then a link inside there, make the link display : block and make it the entire width and height of the div and the whole thing will be clickable.

    0 讨论(0)
提交回复
热议问题