Links containing a Label tag are not clickable on IE

前端 未结 2 643
轻奢々
轻奢々 2021-01-20 18:54

I\'ve come across an unusual situation with general IE compatibility.

The following link is unclickable in IE, but fine on everything else (I\'ve tried IE8 onwards):

2条回答
  •  悲哀的现实
    2021-01-20 19:23

    Doesn't using a label inside an a tag invalidate the html as a label is interactive content? You'd be better served using a span for this.

提交回复
热议问题