0

I know there are already similar question, but none of them could solve my problem for IE and Firefox:

The <td> tag has no height specification, it depends on its content (the <div>) This is what I have now but works for Chrome only:

display:inline-block;
height:100%;

Thank you for your thoughts

4

1 回答 1

0

你可以看看这个创建等高 div的jquery 代码。由于 jquery 是为跨浏览器友好而构建的,因此它应该适用于 IE 和 Firefox。您只需要查看在表中创建 div 是否符合您的要求。

提醒一下,用于布局的表格通常被认为是不好的,但这取决于您的要求——如果它真的是为了创建一个漂亮有序的信息表格而不是用于网站布局,那很好。

作为替代方案,您还可以查看这些使用 CSS 创建表格的方法

于 2012-07-07T17:19:22.563 回答