IE7、8、FF网页居中

<!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" xml:lang="zh-CN" lang="zh-CN">

<body>

   <div id="container"></div>

</body>

 

 

CSS样式表中

body{font-family: "Verdana", "宋体","sans-serif";font-size:12px;color:#000;text-align:center;padding:0; margin:0 auto;}

container{

margin:0 auto;

text-align:center;

}

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>