将元素放置在另一个元素之上
我正在寻找一个 jquery 插件,它可以让我将一个元素绝对定位在另一个元素之上。
该插件应该理解滚动偏移和边框。如果它在 ie 和 firefox 上看起来都正确,则奖励积分。
如果它在窗口上重新定位调整大小,则可获得奖励积分。
是否存在这样的事情,或者我只能自己滚动?
i am looking for a jquery plugin that will let me absolutely position one element on top of another.
This plugin should understand scroll offsets, and borders. bonus points if it looks right on both ie and firefox.
bonus point if it repositions itself on window resize.
does something like this exist, or am i stuck rolling my own?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许官方 jquery ui 位置实用程序 会为你做这件事
maybe the official jquery ui position utility will do it for you