Firefox 行跨度问题
我需要有关 Firefox 中的 rowspan 的一些帮助。 我需要 1 个大单元格和 30 行(每行 7 个单元格)与大单元格相邻的较小单元格。 它的工作原理与我在 Chrome 中想要的完全一样,但是 FF 拉伸所有较小的单元格以使整个表格成为矩形或正方形。
在 http://stinak.com/?s=1&u=1 (例如 Collections/ S/S 2012)
我想强制 FF 使这些表格看起来与 Chrome 中的相同。这意味着即使行数少于 rowspan 中设置的行数,也将所有行对齐在顶部。
I need some help with rowspan in firefox.
I need 1 big cell and 30 rows (7 cells per row) of smaller cells next to the big one.
It works exactly as I want in Chrome, but FF stretchs all smaller cells to make whole table rectangle or square shaped.
Experiencing this issue at http://stinak.com/?s=1&u=1 (eg. Collections/ S/S 2012)
I would like to force FF to make these tables look same as in Chrome. It means align all rows on top even if there are less rows than is set in rowspan.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道规范对此有什么规定,但 Chrome 的行为看起来是错误的。我的其他浏览器(Opera、Firefox 和 Internet Explorer)都不会以这种方式呈现表格。
我认为摆脱表格会更容易:
用表格完成精确的像素布局可能是一场噩梦。
I don't know what specs have to say about this but Chrome's behaviour looks wrong. None of my other browsers (Opera, Firefox and Internet Explorer) render the table that way.
I think it'd be easier to get rid of the table:
Accomplishing exact pixel layouts with tables can be a nightmare.