【发布时间】:2014-11-25 03:21:25
【问题描述】:
我的问题出在 IE(版本 11 和 Vista 上的一些旧版本)中。. holzhandel.cz 页面在 IE 中不显示图像(在 chrome 和 fox 中显示)。这是一个非常简单的页面,该类只有向左浮动和简单的 img 标签。
(css文件)
.pic img{
height: 600px;
width: 100px;
}
(代码)
<div id="lg-5">< /div>
<div id="lg-3" class="pic">
<img src="images/1.jpg">
</div>
有什么想法吗?
谢谢
【问题讨论】:
标签: html css google-chrome internet-explorer