$(".k-grid-header").html('<table style="table-layout:fixed;"><tr style="color:#ee9f05"><th></th><th></th><td colspan="2" style="text-align:center;border-right:2px solid #ee9f05;color:#ee9f05;font-weight:bold"><a style="text-align:center;color:#ee9f05;font-weight:bold" href="DetailsPage.html">Xbox</a></td><td colspan="2" style="text-align:center;border-right:2px solid #ee9f05;font-weight:bold"><u>Surface</u></td><td colspan="2" style="text-align:center;border-right:2px solid #ee9f05;font-weight:bold"><u>Keyboard</u></td><td colspan="2" style="text-align:center;font-weight:bold"><u>Mouse</u></td></tr><tr style="color:#ee9f05;text-align:center;"><td></td><td></td><td style="color:#ee9f05;text-align:center;font-weight:bold">Actual</td><td style="color:#ee9f05;text-align:center;font-weight:bold;border-right:2px solid #ee9f05;">Var</td><td style="color:#ee9f05;text-align:center;font-weight:bold">Actual</td><td style="color:#ee9f05;text-align:center;font-weight:bold;border-right:2px solid #ee9f05;">Var</td><td style="color:#ee9f05;text-align:center;font-weight:bold">Actual</td><td style="color:#ee9f05;text-align:center;font-weight:bold;border-right:2px solid #ee9f05;">Var</td><td style="color:#ee9f05;text-align:center;font-weight:bold">Actual</td><td style="color:#ee9f05;text-align:center;font-weight:bold;">Var</td></tr></table>');
这是我的剑道网格标题模板,这个模板在IE 10浏览器中工作正常但是来到其他浏览器,如IE 9 IE 8等等......它不支持那些浏览器我做错了什么?