【发布时间】:2014-05-04 19:07:24
【问题描述】:
我有一点关于图像背景在 IE8 中不显示的问题。这是一个页面http://www.bdo.co.uk/budget/tax-data-guide/corporate-tax,手风琴上的箭头没有显示出来。
css 是:
.closed h2.accordion_h3 {
background: url(mysource_files/down.png) no-repeat right 10px bottom 10px;
min-height:24px;
}
.open h2.accordion_h3 {
background: url(mysource_files/up.png) no-repeat right 10px bottom 10px;
min-height:24px;
}
有人知道为什么会这样吗?
谢谢!
【问题讨论】:
标签: css internet-explorer background internet-explorer-8