css - IE8定位背景不显示

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

我遇到了一个图像背景未在 IE8 中显示的问题。这是一个页面 http://www.bdo.co.uk/budget/tax-data-guide/corporate-tax Accordion 上的箭头没有显示。

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;
}

有谁知道为什么会发生这种情况?

谢谢!

最佳答案

嘿,把你的代码改成这样:

url(http://www.bdo.co.uk/__data/assets/image/0006/176613/down.png?v=0.1.1) 99% 10px no-repeat

关于css - IE8定位背景不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22660007/

相关文章:

Android:如何使用聚焦状态的按下状态绘制 ImageButton

java - setBackground 在 Windows 7 中不起作用

javascript - 哪些 Bootstrap css 和 javascript 文件应该链接到我们的 html 页面?

html - 在背景色之上添加半透明灰色层

css - .css 到 .scss 最终变成 .scss.css

c# - 如何将事件监听器添加到用 C# 为 IE BHO 创建的按钮?

Javascript onmouseover 背景图像更改

html - Scrapy css 选择器 : get text of all inner tags

html - ie-8 在图像上得到黑色轮廓

IE 中的 CSS 导致左侧导航栏向右移动。在 Firefox 中运行良好。有任何想法吗?