【发布时间】:2013-09-12 09:20:49
【问题描述】:
我的 IE8 不显示图形标签内的图像。
TYPO3 安装 6.1.x 文档类型 HTML5 css 样式的内容(最新)
前端:文本和图像将显示为
<div class="csc-textpic-imagewrap">
<div class="csc-textpic-center-outer">
<div class="csc-textpic-center-inner">
<figure class="csc-textpic-image csc-textpic-last">
<img height="308" width="828" alt="" src="fileadmin/media/image.JPG">
</figure>
</div>
</div>
</div>
我已经包含了 HTML5shiv 脚本 - 没有任何反应.. 然后我尝试用 jQuery 解开图形元素 - 没有任何反应
有谁知道如何显示我的图像包裹
【问题讨论】:
标签: image internet-explorer-8 typo3 figure html5shiv