CSS如何让CSS+DIV做的表格居中于屏幕中央

来源:百度知道 编辑:UC知道 时间:2024/06/24 01:58:31
就是不管屏幕分辨率是多少,该表格始终居中于屏幕的中央 包括上下左右
就是啊,我想全部用DIV+CSS做完整站

<style type="text/css">

<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>

*{ margin:0px; padding:0px;font-family:"宋体"; font-size:13px; color:#000000;}

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
#content{
width:500px;
height:500px;