我在一个新网站上工作,出于某种原因,IE(惊喜)在初始页面加载后没有显示一些图像。
页面第一次加载时(大多数情况下)看起来不错,但是按 F5 并且大多数图片没有加载/显示(或者如果是,请再次按 F5)。
我正在为图像使用同位素砌体,但我看不出这将如何影响图像在 IE 中的显示方式。
图像代码:
<div class="photo arealplanlegging industri isotope-item" style="position: absolute; left: 0px; top: 0px; transform: translate(0px, 0px);">
<img alt="vaskeriet1" class="attachment-medium wp-post-image" src="http://arcon.stiengenterprises.com/files/2013/07/vaskeriet1-570x633.jpg">
<a href="http://arcon.stiengenterprises.com/prosjekter/vaskeriet/" class="mask">
<div class="container">
<small>Arealplanlegging</small><small>Industri</small>
<h3>Vaskeriet</h3>
</div>
<div class="more">+</div>
</a>
</div>
我无法弄清楚为什么会这样。任何帮助表示赞赏。