popupmenu重复重叠下拉列表 [英] popupmenu dosent overlap dropdown list

查看:101
本文介绍了popupmenu重复重叠下拉列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我有弹出菜单,我们将鼠标悬停在菜单弹出窗口上,但是
在另一个具有dropdownlist控件的div标签中.whish是overlaypig的
弹出窗口.
请解决我的问题.
谢谢& Reagards
venkatesh


i have popup menu ,where we mouse over on menu popup window will come,But
In Another div tag, which has dropdownlist control.whish is overlappig the
popup window.
pls solve my prob.
Thanks & Reagards
venkatesh

推荐答案

使用z-index&菜单控件的CSS中的position属性.请在遇到麻烦/问题的地方张贴您的相关代码.

z-index属性指定元素的堆栈顺序.

具有较高堆叠顺序的元素始终位于具有较低堆叠顺序的元素之前.

注意:z-index仅适用于定位的元素(position:absolute,position:relative或position:fixed)

Use z-index & position property in CSS for Menu Control. Please post your relevant code where you face the trouble/issue.

The z-index property specifies the stack order of an element.

An element with greater stack order is always in front of an element with a lower stack order.

Note: z-index only works on positioned elements (position:absolute, position:relative, or position:fixed)

.mnuMenu
{
position:absolute;
z-index:1;
}


这篇关于popupmenu重复重叠下拉列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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