我有以下 CSS :
.rwWindowContent, .rwExternalContent
{
border-style: groove !important;
border-width: 1px;
border-radius: 10px;
background-image: url(background.jpg) !important;
border-color: GhostWhite;
}
上述css中添加的背景图片在Mozila、chrome、Safari和IE9中显示良好..但仅在IE8中不显示..
正如您在下图中看到的那样,与背景相关的所有样式都已被 IE8 工具删除:
有什么建议吗??