<div class = "divwhole">
<div class="divfixed">
</div>
<div class="divscoll">
</div>
</div>
CSS
.divfixed{
position:fixed;
}
我尝试位置:使用radwindow修复。它在计算机浏览器中工作但在I Pad中没有工作。怎么解决?
答案 0 :(得分:0)
RadWindow与此有什么关系?我没有看到它。检查拼写错误或其他问题的代码(如另一个具有更高特异性的CSS规则)。
如果您想在屏幕上修复RadWindow,请使用其Pin行为。它的客户端API很有用 - isPinned()和togglePin()方法更精确。