2013-11-22 65 views

回答

0

添加這個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; 
} 
相關問題