Div上下居中属性!(小技巧)

Div左右居中属性!(小技巧)#center{ background:url(images/zy_01.gif) center top no-repeat height:470p

Div左右居中属性!(小技巧)

#center{ background:url(images/zy_01.gif) center top no-repeat; height:470px; width:800px; margin:0 auto; }/*居中*/

margin:0 auto; 很重要!