将 div 置于水平滚动站点的中心
想知道是否有人可以建议将 div 置于水平滚动站点屏幕中间的最佳方法。
我希望标题保持在屏幕中央,但网站的其余部分滚动。通常我只是将左右边距设置为零,但是当宽度设置为完整滚动宽度时,我想我需要做一些 jQuery 技巧来首先找到窗口宽度?
任何建议都非常感激!
Wonder if anyone could advise on the best way to center a div in the middle of the screen of a horizontal scrolling site.
I want the header to stay positioned in the center of the screen but the rest of the site scrolls. usually I'd just set left and right margins to zero, but as the width is set to the full scroll width I imagine I'll need to do some jQuery trickery to find the window width first of all?
Any advice very gratefully received!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
可以用CSS完成,不需要javaScript。
检查工作示例 http://jsfiddle.net/ZEcax/
Can be done with CSS, no need for javaScript.
Check working example at http://jsfiddle.net/ZEcax/
您应该查看 Center 2.0 插件。它完全符合您的要求。
You should take a look at the Center 2.0 plugin. It does exactly what you want.
这很容易。
CSS:
jQuery:
HTML
That's easy enough.
CSS:
jQuery:
HTML