kingquake21 发表于 2013-2-7 19:57:26

支持IE6、7、8和FF的元素居中效果

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>    <head>      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">    </head> <BODY><mce:style type="text/css"><!--body{text-align:center;}#wrap{text-align:left;width:560px;margin:0 auto;border:1px solid #333;background-color:#ccc;}--></mce:style><style type="text/css" mce_bogus="1">body{text-align:center;}#wrap{text-align:left;width:560px;margin:0 auto;border:1px solid #333;background-color:#ccc;}</style><div id="wrap">Always in center!Always in center!Always in center!Always in center!Always in center!Always in center!Always in center!Always in center!Always in center!Always in center!</div> </BODY></html>
页: [1]
查看完整版本: 支持IE6、7、8和FF的元素居中效果