Internet Explorer 9 not rendering table cells properly

后端 未结 14 2154
借酒劲吻你
借酒劲吻你 2020-11-28 02:18

My website has always run smoothly with IE8, IE7, FF, Chrome and Safari. Now I\'m testing it on IE9 and I\'m experiencing a strange problem: in some pages, some tabular data

14条回答
  •  隐瞒了意图╮
    2020-11-28 03:02

    enter image description hereI have exactly the same problem as well. you may want to read this https://connect.microsoft.com/IE/feedback/details/649949/innerhtml-formatting-issues-on-very-large-tables

    YOu can remove the space inbetween td by using javascript if your html is returned from ajax, then from the response, you replace it with

    response_html = response_html.replace(/td>\s+

提交回复
热议问题