【发布时间】:2014-08-05 22:20:30
【问题描述】:
IE8 不会在 div 上显示背景图片。
我的 HTML:
<section class="section-divider textdivider divider1">
<div class="container">
<h1>Info About The Foundation</h1>
<hr>
<p>Microfestival stable energy fields natural homebirth sarong watsu, aura discovering valuable truths. Nature equinox forest, feline acupuncture salvia. Didgeridoo prius what the planet really needs, divine feminine compostable toilet change agent closing circle feeling deep gratitude sustainable rain dance prayerformance. Beltane perineum cuddle party, bioneers radiant.</p>
<a href="about.html" class="btn btn-success">More About The Foundation</a>
</div>
</section>
我的 CSS:
.divider1 {
background-image: url('../images/bg/divider1.jpg')
}
在 IE8 中甚至无法加载图像。它只显示文本,根本没有使用任何样式。是因为 IE8 无法读取 div 的图像吗?我环顾四周,没有看到任何迹象表明 IE8 无法做到这一点。
【问题讨论】:
标签: css internet-explorer internet-explorer-8