我在頁面上使用height="100%"
和width="100%"
在全角谷歌地圖。我想知道一些css div的東西頂部它。我讀到使用負值(例如margin-top: -500px;
)可以工作,但他們這樣做,但是當我嘗試爲div的背景分配一種顏色時,它不會在地圖上顯示它,而是在它下面顯示它,我想要什麼。有針對這個的解決方法嗎? 代碼:全寬Google地圖和CSS
<iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?hl=en&ie=UTF8&ll=37.0625,-95.677068&spn=56.506174,79.013672&t=m&z=4&output=embed"></iframe>
<div class="content"> I want this text to be in a div box that has a black background. <br /> </div>
風格:
.content {
margin-top: -500px;
width: 390px;
background-color: black;
}
這上面的DIV是修復[設爲谷歌地圖集裝箱DIV寬度和高度100%](http://stackoverflow.com/a/18147172/782535) – 2013-08-09 13:10:44