How to float a div over Google Maps?

前端 未结 4 901
迷失自我
迷失自我 2020-12-02 06:08

I have a div that displays a Google map.

How do I make another div float over the map div?

4条回答
  •  既然无缘
    2020-12-02 06:41

    absolute positioning is evil... this solution doesn't take into account window size. If you resize the browser window, your div will be out of place!

提交回复
热议问题