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.
很奇怪,在所有其他浏览器中都很好,但在 IE7 中,背景颜色没有显示表格的 css,如下所示。
#warrentyFormTable tr.error { background: #ffe2e2; }
它只是不会管理 TR 样式
试试这个 :
#warrentyFormTable tr.error td {background: #ffe2e2}
继续
如果您使用某种 CSS 重置并且 td 元素的背景属性设置为透明,这会导致 IE6/7 出现问题。
尝试仅重置您真正需要的这些东西并从该列表中删除td 。
本网站的更多信息: http ://www.sitepoint.com/forums/showthread.php?683598-Table-Cell-Background-Color-Issue-with-IE7-and-IE6%3E