0

我有一个不显示在 Internet Explorer 9 和 8 中的 iframe,我只能在 Firefox 和 google chrome 中看到它。这是我的文档类型

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

这是 iframe 代码:

<iframe frameborder="0" height="325" marginheight="0" marginwidth="0" scrolling="no" src="https://maps.google.fr/maps/ms?t=m&amp;msa=0&amp;msid=207646320019934039639.0004dd3a4a62fad5cbba1&amp;ie=UTF8&amp;ll=48.390202,-4.5086&amp;spn=0.010744,0.033023&amp;output=embed" width="325"></iframe>

我试过这个

<meta http-equiv="X-UA-Compatible" content="IE=8" />
<meta http-equiv="X-UA-Compatible" content="IE=9" />

它没有帮助,我怎样才能让它出现在 Internet Explorer 中?

4

0 回答 0