解决fireFox,opera页面居中对齐:直接设置div的margin为auto…就这么简单。

<style type=”text/css”>
  div{margin:auto;}
</style>


当然,这是针对你的页面是以DIV做为框架的,如果是用table,在样式中将div换成table就行了!

做人要厚道,转载请注明文章来源: https://www.boxui.com/share/261.html