标签: php html css wordpress
我是wordpress的新手。我有一个"搜索小工具"和"图像滑块小工具"我想将搜索小部件移到滑块上。
当我尝试移动时,搜索小部件'在图像下面
答案 0 :(得分:1)
使用CSS和position: absolute,并使用margin移动它。 例如:
position: absolute
margin
.the-widget { position: absolute; margin-top: -240px; }
对于搜索窗口小部件。 然后,如果搜索窗口小部件位于图像下方,请使用窗口小部件“z-index。该值越大,元素的呈现值越高。
z-index