css+div使网页居中显示

css+div使网页居中显示

*/ -->

css+div使网页居中显示

Table of Contents

  • 1 center inline element
  • 2 hack
  • 3 use fixed number of width to center the page

1 center inline element

to center inline elements within a block element, use text-align: center;

2 hack

第三种方法,是通过left样式,让div左边正好还正中。但我们需要的是div的中心在正中,那么就再加一个margin-left的属性,值赋成div宽度的一半,当前div就真的居中了,挺巧妙的。

3 use fixed number of width to center the page

DIV 标签对齐方式,不管什么样的浏览器,不管多大的分辨率,都在正常居中显示

Author:

Date: 2011-06-28 00:02:14

HTML generated by org-mode 6.33x in emacs 23

你可能感兴趣的:(div,css,emacs,浏览器,table,date)