如何使用 jquery 滚动窗口 onload
我在桌子中间有一张表格。我希望此表单始终位于窗口的垂直和水平中心,即使窗口大小小于表格。 我正在考虑使用jQuery的scrollTo函数并将其称为onLoad和onResize, http://demos.flesler.com/jquery/scrollTo/ 但我是一个初学者,我不知道该怎么做。我将不胜感激有关标头和脚本函数中的调用的任何帮助或示例。 非常感谢。
I have a form in the middle of a table. I would like this form to always be in the center of the window vertical and horizontally, even when the window size is smaller than the table.
I am thinking on using the scrollTo function of jQuery and call it onLoad and onResize,
http://demos.flesler.com/jquery/scrollTo/
but I am a begginer and I don't know how to do it. I would appreciate any help or example with the calls in the header and the script function.
Thank you very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想要一个漂浮盒:
将您的表单放入 DIV 中,使其位置绝对,居中:
添加此 JQuery 插件:
http://plugins.jquery.com/project/elementcenter
如果你想滚动:
If you want a floater box:
put your form in a DIV , make it's position absolute, center it:
Add this JQuery plugin:
http://plugins.jquery.com/project/elementcenter
if you want to scroll: