【发布时间】:2012-09-24 16:46:46
【问题描述】:
为什么菜单下拉隐藏在jQuery按钮后面?
div.menu ul li a, div.menu ul li a:visited
{
background-color: #465c71;
border: 1px #4e667d solid;
color: #dde4ec;
display: block;
line-height: 1.35em;
padding: 4px 20px;
text-decoration: none;
white-space: nowrap;
position: relative;
z-index: 9999;
}
【问题讨论】:
-
Code Please.. 还要首先检查按钮的 z-index.. 如果它的'> 9999 那么显然它会隐藏
-
不确定你的 html 但你可以试试
div.menu { z-index: 9999; }
标签: jquery asp.net css jquery-ui menu