2013-03-27 59 views
0

這裏正確的渲染是我的工作http://jsfiddle.net/fyDkD/14/街景不能在Firefox瀏覽器中

HTML小提琴這裏

<div id="map-holder"> 
    <div id="map_canvas" class="bigmap"></div> 
    <div id="map_stv" class="minimap" style="display:none"></div> 
</div> 

CSS在這裏

#map-holder { 
    height: 1200px ; 
    position: relative; 
    } 

.bigmap{ 
    width:100%; 
    height:100%; 
} 

.minimap{ 
    width:50%; 
    height:100%; 
} 

#map_stv { 
    position: absolute; 
    top: 0; 
    right: 0; 
} 
#map_stv img { 
    border: none !important; 
    max-width: none !important; 
} 

在這我發現,當我們在Google地圖上的任何地方拖放pegman時,我們就會得到streetv IEW。街景僅適用於Firefox瀏覽器。我還看到,如果寬度和高度之間的差異相當大,那麼我們可以很容易地看到問題。街景的img顯示不正確。請在此建議。

+0

你說的是在街景怪異扭曲的天空?我也只在Firefox中看到這一點。我認爲你的直覺是正確的,高大而狹窄的街景與它有關。不過,不知道我可以提出什麼樣的解決方案,除了在Google地圖API錯誤跟蹤器(https://code.google.com/p/gmaps-api-issues/)上向Google提交錯誤信息之外。 – 2013-03-28 18:43:11

+0

@MichaelGeary ATleast有人贊同我的觀點。乾杯隊友:D – 2013-03-29 06:05:17

回答

相關問題