【发布时间】:2012-05-17 21:33:18
【问题描述】:
可能重复:
Can we solve the table row background image problem, in chrome, in multi celled tables?
我正在尝试将一个图像作为第一行的背景。问题是背景被单独应用于每个单元格,而不是作为一个整体。有办法解决吗?
http://jsfiddle.net/bumpy009/c3txj/
结果应该是这样的:
编辑:该问题仅出现在 Safari、Opera 和 chrome 中。还没检查 IE。
【问题讨论】:
-
看看this answer to a post on the subject。那里有很多(在 stackoverflow 上),但这个看起来很有希望。
-
在您的 JS Fiddle 中,使用 Firefox/Chrome,它确实看起来像这样。你用的是什么浏览器?
-
@DavidThomas 有趣...我使用 Safari。
-
@DavidThomas 不适合我.. IE 和 FF 它可以工作...但在 Chrome 中它也失败了!
-
对于未来的读者:at this thread 也是您问题的解决方案