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.
我的项目是一个移动网络。在首页中间有一个textarea,当用户点击一个按钮时,会跳出一个弹出层。
但是,该层被textarea覆盖,如果用户单击弹出层上的一个元素,该层下的textarea将获得焦点。
如何防止这个文本区域获得焦点?
你能发布一个说明问题的代码片段吗?另外,您使用的是哪种移动设备和浏览器?
一种可能的解决方案是设置弹出窗口和文本区域的 CSSz-index属性。将z-index弹出窗口的值设置为高于 textarea 的值,使其显示在顶部。
z-index