这个很好办 #center{ margin:0 auto;} 但是要浏览器窗口大小改变的话 也是居中的话 就得要用到js代码来实现了 resize() 窗口改变事件 获取屏幕宽度和高度 除以2就行了
#center{ margin:0 auto;} 兼容所有浏览器
margin div的外边距,上下边距为0,左右距离(auto)会根据窗口自动调节,
用定位吧,相对浏览器定位,fixed
可以的 只要写 div 左右居中 居上下 为 50% 高度 就好了
margin : 0 ,auto;
#center { MARGIN-RIGHT: auto; MARGIN-LEFT: auto; }