在Google地圖中,我需要移動位於底部中心的Google徽標。 我怎樣才能讓它位於Botton左側。如何將Google地圖徽標移動到地圖的左下角
我想我需要jQuery來做到這一點,但無法弄清楚。
<div style="margin-left: 5px; margin-right: 5px; margin-bottom: 17px; z-index: 1000000; position: absolute; bottom: 0px; left: 921px;">
<a style="position: static; overflow: visible; float: none; display: inline;" target="_blank" href="http://maps.google.com/maps?ll=53.648789,-8.514405&z=6&t=m&hl=en-GB&gl=US&mapclient=apiv3" title="Click to see this area on Google Maps">
<div style="width: 52px; height: 20px; cursor: pointer;">
<img style="position: absolute; left: 0px; top: 0px; width: 52px; height: 20px; -moz-user-select: none; border: 0px none; padding: 0px; margin: 0px;" src="https://maps.gstatic.com/mapfiles/api-3/images/google_dark.png" draggable="false">
</div>
</a>
</div>
希望有人能幫助這個,請。
我很確定他們的服務條款禁止你修改他們的標誌。 – j08691
徽標覆蓋了一些標記,因此當有人試圖點擊標記時,它會打開一個新的Google地圖頁面而不是標記。 – user3297090
他們不能只是平移地圖,以便徽標不覆蓋標記? –