如何解决mapcontrol地形的css冲突

时间:2013-10-31 12:08:01

标签: javascript css google-maps google-maps-api-3

当我悬停在MAP上时,我正在滚动地形。我尝试了这段代码,但没有解决这个问题。

我已经<i>overflow:hidden<i>max-width:none;这不影响地图。 检查屏幕截图:

已经尝试过此代码:

    #myDivi {overflow: hidden;width:auto;
height:auto;}
img {
  max-width:none;

}#mapCanvas img {
  max-width: none;overflow: hidden;
}
.gmnoprint img { max-width: none; }
.gmnoprint label {  width: auto; display: inline; overflow:hidden;height:auto;  }
.gm-style img { max-width: none; overflow:hidden; width:auto; height:auto;}
.gm-style label { width: auto;  overflow:hidden;height:auto; }

0 个答案:

没有答案