如何使表格水平和垂直居中?
我的身体中有一个形式。我正在尝试替换屏幕中间/中心的表单。 CSS 有没有正确的方法来做到这一点?
-----------------------
- -
- -
- -
- M -
- -
- -
- -
-----------------------
I have a form within the body. And I'm trying to replace the form at the middle/center of the screen. Is there a proper way to do that in CSS?
-----------------------
- -
- -
- -
- M -
- -
- -
- -
-----------------------
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
编辑:(剪掉之前的代码,它只水平对齐)
因为没有其他人回复垂直对齐...这是一个选项。如果表单只是位于正文中,则不需要包装纸等。基本解决方案(需要固定高度):
背景颜色只是为了说明宽度/高度。
Edit: (snipped previous code, it only horizontally aligned)
Since no one else got back about vertical align... Here's one option. If the form is just sitting in the body, you don't want a wrapper, etc.. Basic solution (requires a fixed height):
Background color is just to illustrate the width/height..
声明表单的宽度属性并使用自动左边距,例如:
Declare a width property for your form and use auto left margin, say: