我已经制作了这个谷歌自定义地图,当我放在我的浏览器上它显示但是当我放在我的网页上时。它显示一个空白的屏幕。 我找不到我错在哪里。 这是地图链接: https://mapsengine.google.com/map/edit?mid=zpzK8Kqu9aeI.kzlzNhKlCzB8
这就是我在网页上正在做的事情:
<div class="image-display" id="displaylocate" style=" width:100%; height:100%;right:0%;top:0%;position:absolute;z-index:2;">
<iframe width="100%" height="87%" frameborder="0" scrolling="no" style="position:absolute;left:0%;top:0%;" marginheight="0" marginwidth="0" src="https://mapsengine.google.com/map/edit?mid=zpzK8Kqu9aeI.kzlzNhKlCzB8"></iframe><br /><small><a href="https://mapsengine.google.com/map/edit?mid=zpzK8Kqu9aeI.kzlzNhKlCzB8"style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>
答案 0 :(得分:0)
你在顶级div中有一个display:none;
。不会在那里看到多少。
答案 1 :(得分:0)
使用嵌入i frame标签替换编辑有助于我的事业。
这是最后一个
<iframe width="100%" height="87%" frameborder="0" scrolling="no" style="position:absolute;left:0%;top:0%;" marginheight="0" marginwidth="0" src="https://mapsengine.google.com/map/embed?mid=zpzK8Kqu9aeI.kzlzNhKlCzB8"></iframe><br /><small><a href="https://mapsengine.google.com/map/embed?mid=zpzK8Kqu9aeI.kzlzNhKlCzB8"style="color:#0000FF;text-align:left">View Larger Map</a></small>