以 url 作为数据源的对象仅在 IE11 中以损坏的样式呈现
Object with url as data source renders with broken styling only in IE11
我有一个对象元素(不是我的选择,只是帮助朋友修复他的东西)通过超链接获取数据所以它看起来像
<object name="testObject" width="100%" scrolling="no" data="https:// <long url here>" style="height:600px" type="text/html"></object>
在 Chrome、FF 等中它看起来不错,但在 IE 11 中它确实呈现,但它就像用于设置内容样式的 Bootstrap 和 jQuery 已损坏:媒体查询没有生效所以它总是有 "mobile" 类 附加,某些元素被推来推去,有一个 y 滚动条,即使对象特别有 scrolling="no",等等. 我什至可以在新选项卡中复制并粘贴对象数据的 url,它看起来很完美。为什么会发生这种情况?我该怎么做才能在浏览器中保持干净、一致的外观?
在 IE11 中:
Support is limited to images and linked resources like CSS or JS, not HTML files.
我有一个对象元素(不是我的选择,只是帮助朋友修复他的东西)通过超链接获取数据所以它看起来像
<object name="testObject" width="100%" scrolling="no" data="https:// <long url here>" style="height:600px" type="text/html"></object>
在 Chrome、FF 等中它看起来不错,但在 IE 11 中它确实呈现,但它就像用于设置内容样式的 Bootstrap 和 jQuery 已损坏:媒体查询没有生效所以它总是有 "mobile" 类 附加,某些元素被推来推去,有一个 y 滚动条,即使对象特别有 scrolling="no",等等. 我什至可以在新选项卡中复制并粘贴对象数据的 url,它看起来很完美。为什么会发生这种情况?我该怎么做才能在浏览器中保持干净、一致的外观?
在 IE11 中:
Support is limited to images and linked resources like CSS or JS, not HTML files.