0
如何在Google地圖iframe上製作div區域。我的部分代碼已準備就緒(http://thewebcookies.home.pl/test.html)。那個圖像(http://i.stack.imgur.com/92gkt.png)就是我想要得到的一個例子。如何在Google地圖上製作div區域
如何在Google地圖iframe上製作div區域。我的部分代碼已準備就緒(http://thewebcookies.home.pl/test.html)。那個圖像(http://i.stack.imgur.com/92gkt.png)就是我想要得到的一個例子。如何在Google地圖上製作div區域
添加這個div地圖的iframe
<div class="modal">
<!-- text and input box go here -->
</div>
下方,並添加以下CSS
.modal {
width: 500px;
height: 160px;
background: #FFF;
position: absolute;
top: 100px;
left: 250px;
}