IE 8中的图像未显示

时间:2011-10-28 14:43:10

标签: css internet-explorer-8 background-image

我无法在此处获取让手边标签在IE 8中正确显示:

http://dealclippings.com/deals/

自从我添加“新”图像以来,它们并没有出现,我似乎无法弄清楚是什么。它们在我见过的所有其他浏览器中都很好用。

有什么建议吗?

1 个答案:

答案 0 :(得分:1)

在此声明中使用position:absolute,not relative。你需要设置top:and left:以及。

.deal-tabs .tab .innerShadow .new {
  background: url("resource/new.png") no-repeat scroll 0 0 transparent;
  height: 24px;
  left: -6px;
  position: relative;
  top: -8px;
  width: 34px;
}