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.
调整浏览器大小时,如何将弹出按钮定位在按钮上方?该应用程序有一个按钮,单击该按钮会显示一个浮出控件(WinJS 浮出控件)。但是当浏览器调整大小时,弹出窗口并不总是出现在按钮上方。
问题是其中一个元素被缩放了。WinJS 在计算浮出控件的偏移量时不会考虑缩放因子。解决方案是传递一个假 div(高度,宽度为零),并计算其上的偏移量,稍后将用作弹出的锚点。