Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/77.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 如何在旋转木马中间放置搜索框?_Javascript_Jquery_Html_Css_Twitter Bootstrap - Fatal编程技术网

Javascript 如何在旋转木马中间放置搜索框?

Javascript 如何在旋转木马中间放置搜索框?,javascript,jquery,html,css,twitter-bootstrap,Javascript,Jquery,Html,Css,Twitter Bootstrap,我想做点像 这是我的旋转木马代码使用惊人的滑块 将输入字段放入div中,并将div放在amazingslider中。然后给出以下css: div { position: absolute; z-index: 10; /* and other properties */ . . . } 希望您

我想做点像

这是我的旋转木马代码使用惊人的滑块



将输入字段放入
div
中,并将
div
放在
amazingslider
中。然后给出以下css:

    div
    { 
        position: absolute;
        z-index: 10;
        /* and other properties */
                .
                .
                .
    }

希望您至少尝试自己编写此代码。堆栈溢出不是代码编写服务。我建议你做一些额外的研究,要么通过谷歌,要么通过搜索,尝试一下。如果您仍然有问题,请返回您的代码,并解释您尝试了什么以及为什么它不起作用。问题的清晰度不好。