我在一个iframe中将Google地图嵌入到我的网站上:
<iframe src="http://www.map-generator.net/extmap.PHP?name=Spot&address=los%20angeles%2C%20ca&width=614&height=244&maptype=map&zoom=14&hl=en&t=1298011905" width="614" height="244" scrolling="no"></iframe>
这是无效的,我需要以某种方式拉开CSS中的滚动方面.我该怎么做?
解决方法
<iframe style="overflow:hidden;"></iframe>