时间:2021-07-01 10:21:17 帮助过:36人阅读
1.id=header的 元素 的 定位 是 left,top。这个地方是有问题的 。如果用 left,top定位,你应该 确定一下他的相对定位元素,你代码里 貌似没有定义,应该给 id=seachindex的 元素 加个 position:relative.然后 在给 header 加上 position:absolute.不然的话 ,依据你目前的代码 ,left top的定位 是 按照 body元素进行的 所以都跑到上面去了