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.
我想知道是否有人使用带有 jqueryui 对话框的 eyecon 颜色选择器?一切正常,但是每当用户单击文本框以显示颜色选择器时,颜色选择器就会出现在 jqueryui 对话框的后面。它似乎与 z-index 属性有关。任何帮助,将不胜感激。谢谢。
编辑 colorpicker.css 并指定 z-index:
.colorpicker { width: 356px; height: 176px; overflow: hidden; position: absolute; background: url(../images/colorpicker_background.png); font-family: Arial, Helvetica, sans-serif; display: none; z-index:1005; }