【发布时间】:2012-02-24 04:36:09
【问题描述】:
我正在使用 .ui-helper-clearfix { display: inline-block;在 jquery_custom_datatable.css 和 jquery-ui-1.8.12.custom.css 中修复浏览器兼容性问题。我遇到了一个问题,我需要删除.ui-helper-clearfix { display: inline-block; },这只会在 IE7 中影响我的表格的额外宽度.删除它并没有影响 IE8 和 mozilla 上的 css。但是对 IE7 中的其他表产生了一些不利影响,例如删除了需要的宽度。我想知道这个有没有其他选择,而不是删除它对于 IE7,.ui-helper-clearfix { display: inline-block; } 有任何其他替代修复。
谢谢
【问题讨论】:
标签: jquery css jquery-ui jquery-plugins internet-explorer-7