Image IE8 don';t show<;图>;标记HTML5

Image IE8 don';t show<;图>;标记HTML5,image,internet-explorer-8,typo3,figure,html5shiv,Image,Internet Explorer 8,Typo3,Figure,Html5shiv,我的IE8没有在figure标签内显示图像 类型3安装6.1.x DOCTYPE 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-tex

我的IE8没有在figure标签内显示图像

类型3安装6.1.x DOCTYPE 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打开figure元素-什么都没有发生


有人知道我如何显示用包装的图像吗?我也有同样的问题:

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

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

我也遇到了同样的问题:

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

或者,与其删除它,不如用你喜欢的html替换它。

这是一个响应性很强的问题

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

就这样,该死

这是一个反应迅速的大事件

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

就这样,该死

只需在配置脚本中设置它即可

 doctype = html5

只需在配置脚本中设置它

 doctype = html5