Most sophisticated CSS rendering bug of all time (IE9)

前端 未结 2 524
萌比男神i
萌比男神i 2021-02-14 11:32

Take a look at this in IE9:

http://jsfiddle.net/dalgard/n6PDB/show/

screen dump: \"enter

相关标签:
2条回答
  • 2021-02-14 12:00

    the line has to do with the border of the parent container AND the inner div. If you get rid of the inner div OR the border it resolves the issue. I don't know if this will help but that's what appears to be the problem.

    0 讨论(0)
  • 2021-02-14 12:03

    I can see the issue on IE9 Version: 9.0.4 (KB2618444)

    but it seems to be fixed on Version: 9.0.24 (KB2909921)

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