在body设计背影图片,居中,为何在IE正常在FF中不正常
请大家帮忙看下.
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
text-align:center;
background-image: url(../images/infothunder1.jpg);
background-repeat: repeat-x;
background-position: center bottom;
}