输入banner图图片脚本导航/分类

Table垂直居中_html/css_WEB-ITnose

table垂直居中

在div中怎么让table垂直居中,div中添加了position: absolute;


回复讨论(解决方案)

来个人啊

请参考

table {position:absolute;top:50%;margin-top:- height/2}

解决了,我直接在table上边塞了一个div