视口中心 - 使用 js 或 CSS 方法垂直固定高度和宽度 div
我有一个 div,里面有几张图像,我想将其垂直居中。我可以给div指定一个具体的宽度和高度。没问题。如果必须的话我也接受js。我只是想知道,从这些例子的迷宫中,我可以有一个简单的吗?
div 的宽度为 600,高度为 500。
提前致谢, MEM
I have a div with several images inside, and I would like to center this vertically. I can give a specific width and height do the div. No prob. I also accept js if I must to. I'm just wondering, from the MAZE of those examples, can I have a simple one.
The div as width of 600 and height of 500.
Thanks in advance,
MEM
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
简单易行。假设您的 div 有
id="myDiv"
。然后......将 div 置于其偏移父级的中心。
半比例演示(这样你就不必把窗口调得很大来正确地看到影响)
Easy peasy. Say your div has
id="myDiv"
. Then......will center the div inside of its offset parent.
Half-scale demo (so that you don't have to make your window really big to properly see the effect)
处理这个问题很简单,可以对div使用padding。
Handle this problem simply, you can use padding to the div.