IE8不显示<figure>标签虽然html5shiv </figure>

时间:2013-09-12 09:20:49

标签: image internet-explorer-8 typo3 figure html5shiv

我的IE8没有在图形标记内显示图像。

TYPO3安装6.1.x. DOCTYPE HTML5 css样式内容(最新)

前端:文字&amp;图像将显示为

<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打开figure元素 - 没有任何反应

有谁知道如何展示我的图像包装

3 个答案:

答案 0 :(得分:1)

这是一个响应性很强的

img {
  max-width: auto;
  width: 100%;
  /* and for IE 8 */
  width: auto\9;
}

那就是该死的。!

答案 1 :(得分:0)

我遇到了同样的问题:

tt_content.image.20.rendering.singleNoCaption.singleStdWrap.wrap.override >
tt_content.image.20.rendering.noCaption.singleStdWrap.wrap.override >

或者不是删除它,而是用你喜欢的任何html替换它。

答案 2 :(得分:0)

只需在配置文件中设置

 doctype = html5