以下四种居中办法,兼容IE与及Firefox:
 

方法一:
<style type="text/css">
<!--
* {margin:0;padding:0}
div {
  width:500px;
  height:500px;
  border:1px solid #666;
  overflow:hidden;
...