我做了一个网站,但我遇到了垂直居中的问题。我的显示器没问题,但在更高分辨率的情况下,表格仍保留在顶行,并且图像被缩小并且表格的输出。如何把东西放在一起?
.body {
background-position: center center;
height: 100%;
width: 100%;
background-color: #000000; }
#tabela {
background-attachment: fixed;
background-image:url(images/zid3.gif);
background-repeat: no-repeat;
background-position:center center;
width: 950px;
height: 800px;
cellpadding:5;
cellspacing:0;
margin:0 auto; }
提前致谢