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.
<div class = "divwhole"> <div class="divfixed"> </div> <div class="divscoll"> </div> </div>
CSS
.divfixed{ position:fixed; }
我尝试位置:使用 radwindow 修复。它在计算机浏览器中工作,但在 IPad 中不起作用。如何解决?
RadWindow 与此有什么关系?我周围没看到。检查您的代码是否存在拼写错误或其他问题(例如存在另一个具有更高特异性的 CSS 规则)。
如果你想在屏幕上固定一个 RadWindow - 使用它的 Pin 行为。它的客户端 API 很有用 - isPinned() 和 togglePin() 方法更准确。