Table垂直居中_html/css
来源:动视网
责编:小采
时间:2020-11-27 15:45:09
Table垂直居中_html/css
Table垂直居中_html/css_WEB-ITnose:table垂直居中 在div中怎么让table垂直居中,div中添加了position: absolute; 回复讨论(解决方案) 来个人啊 请参考 table {position:absolute;top:50%;margin-top:- height/2} 解决了,我直接在table上边塞了一个div
导读Table垂直居中_html/css_WEB-ITnose:table垂直居中 在div中怎么让table垂直居中,div中添加了position: absolute; 回复讨论(解决方案) 来个人啊 请参考 table {position:absolute;top:50%;margin-top:- height/2} 解决了,我直接在table上边塞了一个div

table垂直居中 在div中怎么让table垂直居中,div中添加了position: absolute;
回复讨论(解决方案)
来个人啊
请参考
table {position:absolute;top:50%;margin-top:- height/2}
解决了,我直接在table上边塞了一个div
Table垂直居中_html/css
Table垂直居中_html/css_WEB-ITnose:table垂直居中 在div中怎么让table垂直居中,div中添加了position: absolute; 回复讨论(解决方案) 来个人啊 请参考 table {position:absolute;top:50%;margin-top:- height/2} 解决了,我直接在table上边塞了一个div