div id= "box" > div >
css样式
#box { width : 300 px ; height : 200 px ; margin-left : -150 px ;//宽度的一半,很重要,不然不居中,会偏右 margin-top : -100 px ;//高度的一半 position : absolute ;//绝对定位方式 top : 50%; left : 50%; background-color : aqua ;//背景颜色,便于测试查看效果}
查看更多关于cssdiv垂直水平居中实现_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did108004