私は次のCSSを持っています:
.rwWindowContent, .rwExternalContent
{
border-style: groove !important;
border-width: 1px;
border-radius: 10px;
background-image: url(background.jpg) !important;
border-color: GhostWhite;
}
上記の css で追加された背景画像は、Mozilla、Chrome、Safari、および IE9 で適切に表示されます..しかし、IE8 のみでは表示されません..
次の画像でわかるように、背景に関連するすべてのスタイルが IE8 ツールによって削除されました。
何か提案はありますか??