Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试制作一个下拉菜单,但进展不顺利。我的子菜单隐藏在我的包装器/页面/内容后面。我尝试为不同的元素设置 z-index,还尝试给我的菜单和子菜单提供:
z-index: 999999;
但是没有任何效果..
你们能帮忙吗?
http://jsfiddle.net/L8Y3K/
请overflow:hidden;从标题ID中删除它会解决你的问题
overflow:hidden;
http://jsfiddle.net/L8Y3K/1/
试试 Select2 jquery 插件。它适用于overflow: hidden
overflow: hidden
http://jsfiddle.net/jEADR/2442/