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.
嗨,伙计们,我有一个使用 jquery 工作的反馈表...您单击“反馈”作为固定位置。表格滑动。
问题
当表单幻灯片打开时,由于主页上的内容覆盖了它,因此无法单击页面上的内容。
我试过
我尝试使用
z-index:-1px;
但问题是我无法单击反馈面板上的文本框或提交按钮。
请问解决这个问题的最好方法是什么?
z-index应该是一个未以像素为单位定义的整数值,因此只需使用-1. 虽然我会用高 z-index 提升表单,而不是降低可能破坏页面的其他表单。
z-index
-1