包含自定义谷歌地图的div上方的位置输入

时间:2014-09-05 20:30:56

标签: html css input positioning

我使用自定义输入字段制作了自定义Google地图。

我的问题是我无法设置" searchBox"我的谷歌地图容器上方的容器。

我尝试过不同的属性,例如

  • 位置:绝对
  • 职位:亲属
  • z-index

当我现在加载页面" wagmp_map_3"图层叠加" searchBox" 当然这应该是另一种方式

以下是我的代码

CSS

#formContainter{ position: absolute ;}

HTML

<div id="formContainter">
    <form id="form1" name="form1" method="post" action="">
      <input type="text" name="searchBox" id="searchBox" />
      <input type="submit" name="SearchBtn" id="SearchBtn" value="Zoek" />
    </form>
</div>
<div id="wagmp_map_3" style="width: 100%; height: 300px;"></div>

我在stackoverflow上搜索了类似的问题,但只能在输入元素上方找到&#39;定位div元素&#39;或其他相关主题没有导致解决方案。

0 个答案:

没有答案