0

我的问题可能很简单,但我被困在这里

我有谷歌地图 iframe,但我需要通过验证并且不知道如何更改谷歌地图代码以使其工作

例子:

  <iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.co.uk/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=bh15+5rf&amp;aq=&amp;sll=50.779458,-1.93428&amp;sspn=0.131771,0.316544&amp;ie=UTF8&amp;hq=&amp;hnear=BH15,+United+Kingdom&amp;t=m&amp;z=13&amp;ll=50.730003,-1.985543&amp;output=embed"></iframe><br />

这里有一些相关的答案: Displaying Google map in IE using <div> <object>

但没有人回答。

任何人都可以帮助,通过谷歌地图的验证

4

1 回答 1

1

它验证您是否删除了元素 - frameborder="0" scrolling="no"。Framborder 可以通过在 CSS 样式表中添加 border:0 来替换,但删除滚动可能会导致旧版本的 IE 出现问题。欲了解更多信息,请参阅: http: //www.maxdesign.com.au/2011/03/10/iframe-scrollbars-and-html5/

于 2013-04-15T22:48:59.327 回答