显示文本框后面的菜单问题, [英] Issue of Menu showing behind textboxes,

查看:73
本文介绍了显示文本框后面的菜单问题,的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个母版页。在那里有主页面菜单。

在主页面中有一个报告查看器。当我单击菜单时,会显示一些子菜单。该子菜单不会覆盖在报表查看器上,因为当我将鼠标菜单悬停在菜单上时,该菜单将无法单击。请帮帮我。

I have a master page. In that master page menu is there.
In the main page one report viewer is there. When I click on menu, some child menus are displayed. That child menus are not overwrite on report viewer, because of that when I am hovering on child menus, that menus will not clickable. Please help me in this.

推荐答案

将菜单下拉div的z-index设置为9999:



#menuDropDown {

z-index:9999;

}
Set the z-index of menu drop down div to 9999:

#menuDropDown {
z-index: 9999;
}


这篇关于显示文本框后面的菜单问题,的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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