我需要显示两张背景图片。我这样做:
table.grid thead.grid-header th
{
background: url('../images/up-down-arrow.gif') no-repeat center right, url('../images/tt-caption-light.gif') repeat;
}
这在Internet Explorer 11中运行良好,但我需要为Internet Explorer 6执行此操作。 我该如何解决? 非常感谢你!