Board logo

标题: css中如何使div居中(垂直水平居中) [打印本页]

作者: fangzhen    时间: 2008-12-1 12:46     标题: css中如何使div居中(垂直水平居中)

<html>
<head>
<style>
body{TEXT-ALIGN: center;}
#center{ MARGIN-RIGHT: auto;
MARGIN-LEFT: auto;
height:200px;
background:#F00;
width:400px;
vertical-align:middle;
line-height:200px;
}
</style>
</head>
<body>
<div id="center"><p>test content</p></div>
</body>
</html>




欢迎光临 PHP开发笔记 (http://phpvi.com/) Powered by Discuz! 6.1.0