Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 tablesorter 插件 ( http://tablesorter.com ) 并且在 IE7 中遇到了列宽问题。它在 Firefox 中看起来很好,有时在 IE7 中也很好。
这是问题的屏幕截图:
IE7 视图
这是它的外观:
火狐视图
这是 IE 中常见的布局问题。如果您使用 CSS 来设置列宽的样式,还要将列宽添加到 td 标签。将第一列设置为会尝试占用大部分空间的百分比,例如 50% 或其他值。第一列的宽度将尽其所能,其他列将遵守它们的静态宽度。