意见箱躲在屏幕后面 [英] Suggestion box hiding behind the screen

查看:123
本文介绍了意见箱躲在屏幕后面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的项目中,有一个自动完成搜索文本框。当用户键入的东西意见箱会出现只是框的下面。这意见箱躲在屏幕后面。

In my project, there is a autocomplete search textbox. Whenever the user is typing something the suggestion box will appear just below the textbox. This suggestion box is hiding behind the screen.

我试图通过施加尽可能大的的z-index ,还是没有用在前面得到的。

I tried to get in front by applying largest possible z-index, still no use.

这里是链接到该网站。

我提供我的网站的链接,因为的jsfiddle工作正常。

I am providing my site link because the jsfiddle is working fine.

有关测试目的,键入在文本框中,看到了意见箱怎么是可见的。

For testing purpose, type co in the textbox and see how the suggestion box is visible.

推荐答案

搜索此code和12改到9 ..解决的问题。

search for this code and change 12 to 9 .. solve the problems

.edgefxContentContainer {
top: -16px;
z-index: 9;
}

改变这个DIV类样式:

change this div class style :

<div class="edgefxContentContainer pRelative">

这篇关于意见箱躲在屏幕后面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆